Created
October 5, 2017 17:28
-
-
Save wklm/084ca4917030f9ed97f4f441a754bf3f to your computer and use it in GitHub Desktop.
oc
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
wojtek@pcuds54:~/Desktop/smieci/fsharp/fsharponacci$ oc status | |
In project test-devforumci on server https://openshift-dev.cern.ch:443 | |
You have no services, deployment configs, or build configs. | |
Run 'oc new-app' to create an application. | |
wojtek@pcuds54:~/Desktop/smieci/fsharp/fsharponacci$ oc get sa | |
NAME SECRETS AGE | |
builder 2 2d | |
default 2 2d | |
deployer 2 2d | |
other-admin 2 23m | |
wojtek 2 42m | |
wojtek@pcuds54:~/Desktop/smieci/fsharp/fsharponacci$ oc get rolebindings | |
NAME ROLE USERS GROUPS SERVICE ACCOUNTS SUBJECTS | |
admin /admin wkulma, system:serviceaccounts:test-devforumci:other-admin, system:serviceaccounts:test-devforumci:wojtek, system:serviceaccounts:test-devforumci:builder | |
system:deployers /system:deployer deployer | |
system:image-builders /system:image-builder builder | |
system:image-pullers /system:image-puller system:serviceaccounts:test-devforumci |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment