Created
January 3, 2018 01:35
-
-
Save marsyang1/13e6210027add9ecd44051093a8f1151 to your computer and use it in GitHub Desktop.
ubuntu install k8s
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
# https://kubernetes.io/docs/getting-started-guides/ubuntu/ | |
# https://conjure-up.io/ | |
# http://www.admintome.com/blog/conjuring-up-kubernetes-on-ubuntu/ | |
# lxc https://help.ubuntu.com/lts/serverguide/lxc.html | |
sudo snap install lxd -y | |
sudo usermod -a -G lxd ubuntu | |
newgrp lxd | |
/snap/bin/lxd init | |
sudo snap install conjure-up --classic | |
# re-login may be required at that point if you just installed snap utility | |
conjure-up kubernetes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment