Oc describe: Difference between revisions
Jump to navigation
Jump to search
(→pod) |
(→pod) |
||
Line 21: | Line 21: | ||
Find the pod name with | Find the pod name with | ||
[[Oc_get#pods|oc get pod]] -n <some-namespace> | [[Oc_get#pods|oc get pod]] -n ''<some-namespace>'' | ||
Then get more information: | Then get more information: | ||
oc describe pod -n <some-namespace> <pod-name> | oc describe pod -n ''<some-namespace>'' ''<pod-name>'' |
Revision as of 23:28, 5 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>