Skip to content

Instantly share code, notes, and snippets.

@blue-bird1
Last active October 10, 2018 12:39
Show Gist options
  • Save blue-bird1/21f9a465a57bcb0818d5a95745be8b5c to your computer and use it in GitHub Desktop.
Save blue-bird1/21f9a465a57bcb0818d5a95745be8b5c to your computer and use it in GitHub Desktop.
kubernetes install #debian
go get -d k8s.io/kubernetes
cd $GOPATH/src/k8s.io/kubernetes
apt-get install rsync
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment