k0sctl
k0sctl copied to clipboard
Monitor worker join status from worker
A kubelet.conf should only appear on a worker once it has joined.
After that, k0s kc --kubeconfig /var/lib...../kubelet.conf get node
can be used to look at the ready status.
Currently it's done from the controller. Making this change will make it easier to support worker-only installs.