Created
February 3, 2016 18:36
-
-
Save welshstew/e666d9371bd19f0df922 to your computer and use it in GitHub Desktop.
openshift tips for myself
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
# get openshift templates for pre canned stuffs | |
oc get template -n openshift | |
# get the template in json format - so you can build a deployment config from the template | |
oc get template eap64-amq-s2i -n openshift -o json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment