Skip to content

Instantly share code, notes, and snippets.

@durch
Last active April 7, 2017 09:50
Show Gist options
  • Save durch/8cb6ae07d337eae120f40a019f0ea5d9 to your computer and use it in GitHub Desktop.
Save durch/8cb6ae07d337eae120f40a019f0ea5d9 to your computer and use it in GitHub Desktop.
# Yes on Jessie as well
apt-get update && apt-get install -y apt-transport-https
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
cat <<EOF >/etc/apt/sources.list.d/kubernetes.list
deb http://apt.kubernetes.io/ kubernetes-xenial main
EOF
apt-get update
apt-get install -y kubelet kubeadm kubectl kubernetes-cni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment