Skip to content

Instantly share code, notes, and snippets.

@nicksherron
Created January 19, 2019 12:15
Show Gist options
  • Select an option

  • Save nicksherron/06fc24cc377461024d70a5679ecaebb4 to your computer and use it in GitHub Desktop.

Select an option

Save nicksherron/06fc24cc377461024d70a5679ecaebb4 to your computer and use it in GitHub Desktop.
sudo apt-get update && sudo apt-get install -y apt-transport-https
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee -a /etc/apt/sources.list.d/kubernetes.list
sudo apt-get update
sudo apt-get install -y kubectl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment