Oc describe: Difference between revisions
Jump to navigation
Jump to search
(→pod) |
(→pod) |
||
Line 19: | Line 19: | ||
==pod== | ==pod== | ||
Find the pod name with | Find the [[OpenShift_Concepts#Pod_Defintion|pod]] name with | ||
[[Oc_get#pods|oc get pod]] -n ''<some-namespace>'' | [[Oc_get#pods|oc get pod]] -n ''<some-namespace>'' |
Revision as of 01:01, 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