Skip to content

Instantly share code, notes, and snippets.

@tejainece
Last active January 25, 2019 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tejainece/63fed651a3df8ae85b7ef3bfb0a5fec2 to your computer and use it in GitHub Desktop.
Save tejainece/63fed651a3df8ae85b7ef3bfb0a5fec2 to your computer and use it in GitHub Desktop.
Install kubernetes on Ubuntu
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add
sudo apt-add-repository "deb http://apt.kubernetes.io/ kubernetes-xenial main"
sudo apt install kubeadm
network:
version: 2
ethernets:
enp0s8:
addresses: [192.168.99.2/24]
gateway4: 192.168.99.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment