Updating a Cluster Add-on

Find out how to update a cluster add-on using Container Engine for Kubernetes (OKE).

For specific instructions to update:

For more information about cluster add-ons, see Configuring Cluster Add-ons.

  • To update the configuration of a cluster add-on deployed on an existing enhanced cluster using the Console:

    1. Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Kubernetes Clusters (OKE).
    2. Select the compartment that contains the cluster.
    3. On the Clusters page, click the name of the enhanced cluster on which the cluster add-on is deployed.
    4. Under Resources, click Add-ons.
    5. Click Manage add-ons, and then click the deployed cluster add-on that you want to update.
    6. To update the configuration of the cluster add-on, specify the following details:
      • Automatic updates: Choose this option when you want Oracle to automatically update the add-on when a new version becomes available.
      • Choose a version: Choose this option when you want to control the version of the add-on that Oracle deploys on the cluster. A warning indicates that you have taken responsibility for updating the add-on. If you choose this option, select the version of the add-on to deploy on the cluster from the Version list. See Cluster Add-on Supported Versions.
      • Option: and Value: (optional) Specify one or more key/value pairs to pass as arguments to the cluster add-on. For example, for the Kubernetes Dashboard, you might select the numOfReplicas option, and specify a value of 3.
    7. Click Save changes.
  • Use the oci ce cluster update-addon command and required parameters to update a cluster add-on deployed on a cluster:

    oci ce cluster update-addon --cluster-id <cluster-ocid> --addon-name <addon-name> [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the UpdateAddon operation to update a cluster add-on deployed on a cluster.