Skip to content

Instantly share code, notes, and snippets.

View gonoph's full-sized avatar

Billy Holmes gonoph

View GitHub Profile
@gonoph
gonoph / openshift-cheatsheet.md
Created February 2, 2018 07:53 — forked from rafaeltuelho/openshift-cheatsheet.md
My Openshift Cheatsheet
  • Binary Builds
oc new-build --binary=true --name=ola2 --image-stream=redhat-openjdk18-openshift
oc start-build ola2 --from-file=./target/ola.jar --follow
oc new-app 
  • Turn off/on DC triggers to do a batch of changes without spam many deployments