Oc describe
Jump to navigation
Jump to search
Internal
Overview
Subcommands
group
Describe groups.
oc describe group
quota
oc describe quota core-object-counts -n demo project
pod
Find the pod name with
oc get pod -n <some-namespace>
Then get more information:
oc describe pod -n <some-namespace> <pod-name>
Example:
oc describe pod -n logging logging-kibana-1-deploy
node
oc describe node
can be used to get the labels applied to the node.