OpenShift Installation Validation: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
* [[OpenShift Operations#Subjects|OpenShift Operations]] | * [[OpenShift Operations#Subjects|OpenShift Operations]] | ||
=On | =On Masters= | ||
On ''each'' master node, run as root: | On ''each'' master node, run as root: | ||
Line 27: | Line 27: | ||
node2.rdu20.internal Ready 2h | node2.rdu20.internal Ready 2h | ||
</pre> | </pre> | ||
=Web Console= | |||
https://loadbalancer.rdu20.example.opentlc.com |
Revision as of 16:01, 16 May 2017
External
Internal
On Masters
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