Inspect ClusterObjectSets
Monitor and troubleshoot cluster extension deployments by viewing ClusterObjectSet phases, resource status, and revision history.
Procedure
-
List all
ClusterObjectSetsin the cluster by entering the following command:$ oc get clusterobjectsets -
List
ClusterObjectSetsfor a specific extension by running the following command:$ oc get clusterobjectsets -l olm.operatorframework.io/owner-name=<extension_name>Replace
<extension_name>with yourClusterExtensionname. -
View the details of a specific
ClusterObjectSetby running the following command:$ oc get clusterobjectset <clusterobjectset_name> -o yamlShows deployment phases, resource status, and conditions.
-
Check the
ClusterExtensionstatus to see active revisions by running the following command:$ oc get clusterextension <extension_name> -o jsonpath='{.status.activeRevisions}{"\n"}'Shows the active revisions currently deployed.