OpenShift Node Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
=Overview= | =Overview= | ||
=Getting Information about a Node= | |||
oc get nodes | |||
oc get node/''<node-name>'' | |||
oc describe node/''<node-name>'' | |||
=Starting/Stopping a Node= | |||
=Get Labels Applied to a Node= | =Get Labels Applied to a Node= |
Revision as of 00:01, 31 July 2017
External
Internal
Overview
Getting Information about a Node
oc get nodes oc get node/<node-name> oc describe node/<node-name>