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.

    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, under Resources, select Add-ons.

    4. In the add-ons list, for the WLS Operator add-on, select the Actions menu (An image of the three dot icon.), then select Edit.

    5. In the edit dialog, clear Enable Add-on to disable and remove the WebLogic Kubernetes Operator add-on for this cluster.

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

    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:

      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.