Getting a Cluster Add-on's Details

Find out how to get details of a specific cluster add-on using Container Engine for Kubernetes (OKE).

You can get details of a specific cluster add-on deployed on a cluster using the Console, the CLI, and the API.

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

  • To get details of a cluster add-on deployed on a cluster using the Console:

    1. Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Kubernetes Clusters (OKE).
    2. Choose a Compartment you have permission to work in.

      The Cluster List page shows the clusters in the selected compartment.

    3. On the Cluster List page, click the name of the cluster on which the cluster add-on is deployed.
    4. Under Resources, click Add-ons.

      Detailed information about the enabled cluster add-ons deployed on the cluster are shown in tabular form.

    5. Click Manage add-ons, and then click the cluster add-on that you want to get more detailed information about.
  • Use the oci ce cluster get-addon command and required parameters to get details of a cluster add-on deployed on a cluster (for example, to verify successful deployment of a cluster add-on):

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

    For example:

    oci ce cluster get-addon --cluster-id ocid1.cluster.oc1.iad.aaaaaaaaaf______jrd --addon-name KubernetesDashboard

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

  • Run the GetAddon operation to get details of a cluster add-on deployed on a cluster.