Disabling and Removing OKE Cluster Add-ons
On Compute Cloud@Customer, when you disable an add-on, it's disabled and deleted from the cluster. If you later enable the add-on, the add-on is reinstalled.
Add-on delete remains in Accepted state and waits until the cluster is in the Active state.
-
On the dashboard, select Containers / View Kubernetes Clusters (OKE).
-
In the clusters list, select the name of the cluster for which you want to delete the add-on.
-
On the cluster details page, under Resources, select Add-ons.
-
In the add-ons list, for the WLS Operator add-on, select the Actions menu (
), then select Edit.
-
In the edit dialog, clear Enable Add-on to disable and remove the WebLogic Kubernetes Operator add-on for this cluster.
-
Select Save Changes.
-
Use the oci ce cluster disable-addon command and required parameters to disable and remove an add-on.
oci ce cluster disable-addon --addon-name <addon_name> --cluster-id <cluster_OCID> [OPTIONS]
Procedure
-
Get the OCID of the cluster that you want to delete:
oci ce cluster list
-
Run the disable add-on command.
Example:
$ oci ce cluster disable-addon --cluster-id ocid1.cluster.unique_ID --addon-name WeblogicKubernetesOperator
The add-on is disabled and removed from the cluster:
Note that the
--is-remove-existing-add-on
option is ignored.
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
-
Use the DisableAddon operation to disable and remove an add-on.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.