Skip to content

Instantly share code, notes, and snippets.

@jnoller
Created April 11, 2017 15:25
Show Gist options
  • Save jnoller/0934ed25bbf4c01f90733a8a567086a0 to your computer and use it in GitHub Desktop.
Save jnoller/0934ed25bbf4c01f90733a8a567086a0 to your computer and use it in GitHub Desktop.
brew cask install virtualbox
brew cask install vagrant
go get -u github.com/kubernetes-incubator/bootkube
cd $GOPATH/src/github.com/kubernetes-incubator/bootkube
make && make install && make run-multi
kubectl --kubeconfig=./hack/multi-node/cluster/auth/kubeconfig get nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment