Disabling and Removing OKE Cluster Add-ons
When you disable an add-on, it is disabled and deleted from the cluster. If you subsequently 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.
Using the Compute Web UI
-
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, scroll to the Resources section, and select Add-ons.
-
In the add-ons list, for the WLS Operator add-on, select the Actions menu, and select the Edit option.
-
In the edit dialog, deselect (uncheck) the Enable Add-on option to disable and remove the WebLogic Kubernetes Operator add-on for this cluster.
-
Select the Save Changes button in the dialog.
Using the OCI CLI
-
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: The
--is-remove-existing-add-on
option is ignored.