Skip to content

Instantly share code, notes, and snippets.

@jewzaam
Last active March 7, 2019 18:01
Show Gist options
  • Save jewzaam/41b3ac0e2da50ee9579e1b6005422794 to your computer and use it in GitHub Desktop.
Save jewzaam/41b3ac0e2da50ee9579e1b6005422794 to your computer and use it in GitHub Desktop.
Installing Hive

https://github.com/openshift/hive

# login to the target cluster with oc
go get sigs.k8s.io/kustomize
go get sigs.k8s.io/controller-tools
go get github.com/openshift/hive
cd $GOPATH/src/github.com/openshift/hive
make deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment