Skip to content

Instantly share code, notes, and snippets.

@davidthewatson
Last active January 15, 2019 21:28
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 davidthewatson/f5eb93f36ef27670a0785d80aa6bd379 to your computer and use it in GitHub Desktop.
Save davidthewatson/f5eb93f36ef27670a0785d80aa6bd379 to your computer and use it in GitHub Desktop.
kubernetes on ubuntu 18.10 with lxd

Kubernetes on Ubuntu 18.10 with LXD

  1. install Ubuntu 18.10

  2. upgrade

  3. reboot

     snap install lxd
     sudo lxd init
    

take all of the defaults EXCEPT IPV6 should be set to none since the conjure-up K8s install can only use lxdbr0 with IPv4 only

sudo usermod --append --groups lxd your_username
  1. reboot

    lxc list lxc launch ubuntu:18.04 lxc list lxc stop flexible-bug lxc list lxc delete flexible-bug lxc list

    snap install conjure-up --classic conjure-up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment