OpenShift Installation Validation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* [[OpenShift Operations#Subjects|OpenShift Operations]] | * [[OpenShift Operations#Subjects|OpenShift Operations]] | ||
=On Master= | |||
On each master node, run as root: | |||
<pre> | |||
oc get nodes | |||
</pre> | |||
Output example: | |||
<pre> | |||
NAME STATUS AGE | |||
infranode1.rdu20.internal Ready 2h | |||
infranode2.rdu20.internal Ready 2h | |||
master1.rdu20.internal Ready,SchedulingDisabled 2h | |||
master2.rdu20.internal Ready,SchedulingDisabled 2h | |||
master3.rdu20.internal Ready,SchedulingDisabled 2h | |||
node1.rdu20.internal Ready 2h | |||
node2.rdu20.internal Ready 2h | |||
</pre> |
Revision as of 15:56, 16 May 2017
External
Internal
On Master
On each master node, run as root:
oc get nodes
Output example:
NAME STATUS AGE infranode1.rdu20.internal Ready 2h infranode2.rdu20.internal Ready 2h master1.rdu20.internal Ready,SchedulingDisabled 2h master2.rdu20.internal Ready,SchedulingDisabled 2h master3.rdu20.internal Ready,SchedulingDisabled 2h node1.rdu20.internal Ready 2h node2.rdu20.internal Ready 2h