Three RPI4s running Ubuntu arm64 18.04LTS, server image.
installed microk8s on all 4 and joined them to the cluster without apparent errors.
But I could never see the nodes show up with:
microk8s.kubectl get nodes
I want to redo the deployment and when I go to each node and run ‘microk8s leave’ the command never finishes. Doesn’t return to the prompt, no feedback. Happens on both nodes. I’ve let it run overnight so it doesn’t seem to be just a ‘it’s slow’ thing.
If I quit the command and try to join I get the
Connection failed. The joining node (192.168.xx.yy) is already known to dqlite. (504).
So clearly the leave isn’t processing.
Thoughts?
Thanks,
Wim