Skip to content

Instantly share code, notes, and snippets.

@sofyan-ahmad
Last active May 8, 2016 10:33
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 sofyan-ahmad/21fa625b1ea5e6e66c8f949e74081cc2 to your computer and use it in GitHub Desktop.
Save sofyan-ahmad/21fa625b1ea5e6e66c8f949e74081cc2 to your computer and use it in GitHub Desktop.
# Install go kubernetes
# make sure you have godep: go get github.com/tools/godep
# make sure your $GOROOT/bin is in the right $PATH
# export PATH="$GOPATH/bin:$PATH"
# Just to make sure
# export PATH="$GOROOT/bin:$PATH"
go get -u k8s.io/kubernetes
cd $GOPATH/src/k8s.io/kubernetes
godep restore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment