Hi everyone, I have a couple of bare metal nodes, both running microk8s in the same snap channel (same version I guess).
Following the procedure to create a multi node cluster (MicroK8s - Create a MicroK8s cluster), once I try to execute the join command I got from the master node, I get an error.
Command being executed:
microk8s join 192.168.68.82:25000/f69707e06086d1bdd6b83250f944e233/e798a785fb7e
Error I get:
WARNING: Hostpath storage is enabled and is not suitable for multi node clusters.
Contacting cluster at 192.168.68.82
Connection failed. Failed to update cni configuration: failed to apply cni configuration: command [/snap/microk8s/3272/microk8s-kubectl.wrapper apply -f /var/snap/microk8s/3272/args/cni-network/cni.yaml] failed with exit code 1: exit status 1 (500).
Any advise would be appreciated.