Skip to content

Instantly share code, notes, and snippets.

@ghulevishal
Created January 12, 2019 06:05
Show Gist options
  • Save ghulevishal/4496cafb549c15689d3af70f4dc29409 to your computer and use it in GitHub Desktop.
Save ghulevishal/4496cafb549c15689d3af70f4dc29409 to your computer and use it in GitHub Desktop.
apt-get update && apt-get install -y apt-transport-https curl
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 https://apt.kubernetes.io/ kubernetes-xenial main
EOF
apt-get update
apt-get install -y kubelet kubeadm kubectl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment