Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjudeikis/bdd9c44d52de3410853a517a4d058578 to your computer and use it in GitHub Desktop.
Save mjudeikis/bdd9c44d52de3410853a517a4d058578 to your computer and use it in GitHub Desktop.
install skydive
oc new-project skydive
oc annotate namespace skydive openshift.io/node-selector=' '
oc adm policy add-scc-to-user privileged system:serviceaccount:skydive:default
oc create -f https://raw.githubusercontent.com/garethahealy/skydive/master/contrib/openshift/skydive-template.yaml
oc new-app --template=skydive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment