Last active
January 25, 2019 22:19
-
-
Save tejainece/63fed651a3df8ae85b7ef3bfb0a5fec2 to your computer and use it in GitHub Desktop.
Install kubernetes on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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