Update 'maas-setup.sh'

This commit is contained in:
Adolfo Delorenzo 2022-10-25 15:40:04 +00:00
parent e7e8477edf
commit d35d4686e5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo deb
echo iptables-persistent iptables-persistent/autosave_v6 boolean true | sudo debconf-set-selections
sudo apt-get install iptables-persistent -y
# LXD init
sudo cat maas-baremetal-k8s-tutorial/lxd.conf | lxd init --preseed
sudo cat maas-baremetal-k8s-tutorial/lxd.conf | sudo lxd init --preseed
# verify LXD network config
lxc network show lxdbr0
# Wait for LXD to be ready