Hello,
I’m trying to get charmed kubernetes up and running on ubuntu bionic (18.04.3)
I’ve installed the required packages and dependencies but somehow bootstrap
fails:
17:43:10 INFO juju.container.lxd container.go:220 starting new container "juju-58792d-0" (image "ubuntu-18.04-server-cloudimg-amd64-lxd.tar.xz")
17:43:26 ERROR juju.cmd.juju.commands bootstrap.go:778 failed to bootstrap model: cannot start bootstrap instance in availability zone "VMS-K8S": Could not create thin LV named containers_juju--58792d--0
If I look for this error online, the suggestion is to pass -Z
flag to lvcreate
but I cannot change the command that juju
internally runs, can I ?
What am I missing here ?
Here are the versions installed:
$ juju version
2.7.0-bionic-amd64
$ lxc --version
3.0.3
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
–
Ani