Last active
May 8, 2016 10:33
-
-
Save sofyan-ahmad/21fa625b1ea5e6e66c8f949e74081cc2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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