k0sctl icon indicating copy to clipboard operation
k0sctl copied to clipboard

Monitor worker join status from worker

Open kke opened this issue 3 years ago • 0 comments

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.

kke avatar Feb 17 '22 08:02 kke