I tried something different.
I first created a bridge from the UI, then I run these two commands:
sudo ifconfig bridge1 addm en0
sudo ifconfig bridge1 inet 192.168.70.1/24 up
This time, when I try to launch a new instance, the error, changed:
➜ multipass launch --name k8s-cp-01 --network name=bridge1,mode=manual
launch failed: The following errors occurred:
qemu-system-aarch64: -nic vmnet-bridged,ifname=bridge1,model=virtio-net-pci,mac=52:54:00:83:14:d5: unsupported ifname ‘bridge1’, expected one of [ en0 ]
k8s-cp-01: shutdown called while starting
What am I missing?