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

  1. On the dashboard, select Containers / View Kubernetes Clusters (OKE).

  2. In the clusters list, select the name of the cluster for which you want to delete the add-on.

  3. On the cluster details page, scroll to the Resources section, and select Add-ons.

  4. In the add-ons list, for the WLS Operator add-on, select the Actions menu, and select the Edit option.

  5. In the edit dialog, deselect (uncheck) the Enable Add-on option to disable and remove the WebLogic Kubernetes Operator add-on for this cluster.

  6. Select the Save Changes button in the dialog.

Using the OCI CLI

  1. Get the OCID of the cluster that you want to delete: oci ce cluster list

  2. 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.