Skip to content

Instantly share code, notes, and snippets.

@cgwalters
Last active January 9, 2019 14:01
Show Gist options
  • Save cgwalters/011ca18be45a4e9d4dd8d7d376823d18 to your computer and use it in GitHub Desktop.
Save cgwalters/011ca18be45a4e9d4dd8d7d376823d18 to your computer and use it in GitHub Desktop.
```
$ oc version
oc v4.0.0-alpha.0+0f29e01-822
kubernetes v1.11.0+0f29e0179c
features: Basic-Auth GSSAPI Kerberos SPNEGO
Server https://osiris-api.verbum.local:6443
kubernetes v1.11.0+392cb3b
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.0.0-0.alpha-2019-01-08-204916 True False 15h Cluster version is 4.0.0-0.alpha-2019-01-08-204916
$ oc get ingress
No resources found.
$ oc get route
error: the server doesn't have a resource type "route"
$
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment