Last active
January 9, 2019 14:01
-
-
Save cgwalters/011ca18be45a4e9d4dd8d7d376823d18 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 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