Created
October 2, 2017 20:27
-
-
Save bgulla/700809f20697f9ff372ff48dc891e944 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ oc login | |
| OpenShift server [https://adxplatform.org:8443]: https://adxplatform.org | |
| Username: alice | |
| Authentication required for https://adxplatform.org (openshift) | |
| Password: ****** | |
| Login successful. | |
| You don't have any projects. You can try to create a new project, by running | |
| $ oc new-project helloworld | |
| Welcome to OpenShift! See 'oc help' to get started. | |
| $ oc config view | |
| apiVersion: v1 | |
| clusters: | |
| - cluster: | |
| server: https://adxplatform.org | |
| name: openshift | |
| contexts: | |
| - context: | |
| cluster: openshift | |
| namespace: helloworld | |
| user: alice | |
| name: alice | |
| current-context: alice | |
| kind: Config | |
| preferences: {} | |
| users: | |
| - name: alice | |
| user: | |
| token: NDM2N2MwODgtNjI1Yy10N3VhLTg1YmItYzI4NDEzZDUyYzVi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment