Updating a Cluster Add-on
Find out how to update a cluster add-on using Kubernetes Engine (OKE).
For specific instructions to update:
- the Cluster Autoscaler add-on, see Updating the Cluster Autoscaler Add-on
- the Istio add-on, see Updating the Istio Add-on
- the OCI native ingress controller add-on, see Updating the OCI Native Ingress Controller Add-on
- the Kubernetes Metrics Server add-on, see Updating the Kubernetes Metrics Server Add-on
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:
- Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Kubernetes Clusters (OKE).
- Select the compartment that contains the cluster.
- On the Clusters page, click the name of the enhanced cluster on which the cluster add-on is deployed.
- Under Resources, click Add-ons.
- Click Manage add-ons, and then click the deployed cluster add-on that you want to update.
- 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 of3
. See Cluster Add-on Configuration Arguments.
- 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.