Version Updates for Add-ons

On Compute Cloud@Customer,

When you enable a cluster add-on, you can select one of the following options for updating the add-on version:

  • (Default) Automatically update the add-on when new versions become available.

    The newest version of the add-on that supports the Kubernetes version that is specified for the cluster is deployed when you install the add-on. When a newer version of the add-on is released, the add-on is automatically updated if the new add-on version is compatible with the versions of Kubernetes that are supported by OKE at that time and the version of Kubernetes that the cluster is running.

    Best practice is to keep your clusters upgraded so that they are always running versions of Kubernetes that are listed as currently supported by OKE. See Supported Versions of Kubernetes and Updating an OKE Cluster.

  • Stay on the specific version of the add-on that you select until you change it.

    If you specify that you want to choose the version of the add-on to deploy, the version you choose is enabled. Ensure that the add-on version is compatible with the Kubernetes version that you have selected for the cluster or that is already running on the cluster.

    When you use the Console, you select the version from a list. All versions on the list are compatible with the Kubernetes version that you have selected for the cluster or that is already running on the cluster.

    When you use the CLI, use the following addon-option list commands to get the information you need before you run the cluster install-addon command.

    List available versions of all cluster add-ons that are supported on the specified Kubernetes version.

    $ oci ce addon-option list --kubernetes-version v1.29.9

    List available versions of the specified cluster add-on that are supported on the specified Kubernetes version.

    $ oci ce addon-option list --kubernetes-version v1.29.9 --addon-name WeblogicKubernetesOperator