Oc describe: Difference between revisions
Jump to navigation
Jump to search
(→quota) |
No edit summary |
||
Line 21: | Line 21: | ||
Find the pod name with | Find the pod name with | ||
oc get pod -n <some-namespace> | |||
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 | |||