Oc describe: Difference between revisions
Jump to navigation
Jump to search
(→pod) |
(→node) |
||
Line 33: | Line 33: | ||
==node== | ==node== | ||
oc describe node can be used to get the labels applied to the node. | oc describe node | ||
can be used to get the labels applied to the node. |
Revision as of 02:32, 6 July 2017
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.