OpenShift Enable system:admin Remote Access: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
oc login | oc login | ||
Server [https://localhost:8443]: https | Server [https://localhost:8443]: https://master.openshift.example.com | ||
... | ... | ||
Username: ... | Username: ... | ||
... | ... | ||
Login successful. | Login successful. |
Revision as of 22:09, 5 July 2017
Internal
Overview
This procedure will enable remote access with oc for the cluster administrator.
Procedure
Log in as a regular user, this will create the .kube/config structure.
oc login Server [https://localhost:8443]: https://master.openshift.example.com ... Username: ... ... Login successful.