OpenShift Pod Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=External=
* https://docs.openshift.com/container-platform/latest/admin_guide/managing_pods.html
=Internal=
=Internal=



Revision as of 23:42, 30 July 2017

External

Internal

List Pods on Nodes

oadm manage-node <node-name> --list-pods

Pod Status

oc [-n <project-name>] get pods
oc [-n <project-name>] describe pod <pod-name>
oc [-n <project-name>] describe pod/<pod-name>