Skip to content

Instantly share code, notes, and snippets.

@welshstew
Created February 3, 2016 18:36
Show Gist options
  • Save welshstew/e666d9371bd19f0df922 to your computer and use it in GitHub Desktop.
Save welshstew/e666d9371bd19f0df922 to your computer and use it in GitHub Desktop.
openshift tips for myself
# 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