Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • 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