Skip to content

Instantly share code, notes, and snippets.

@bgulla
Created October 2, 2017 20:27
Show Gist options
  • Select an option

  • Save bgulla/700809f20697f9ff372ff48dc891e944 to your computer and use it in GitHub Desktop.

Select an option

Save bgulla/700809f20697f9ff372ff48dc891e944 to your computer and use it in GitHub Desktop.
$ 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