Getting a Cluster Add-on's Details

Find out how to get details of a specific cluster add-on using Kubernetes Engine (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. On the Clusters list page, select the name of the cluster on which the cluster add-on is deployed. If you need help finding the list page or the cluster, see Listing Clusters.
    2. Under Resources, select Add-ons.

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

    3. Select Manage add-ons, and then select 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.