We found a race condition in the StartAllServices task, where the task would start, before kubelet was loaded as a system service. It's possible that the task completes without the kubelet service becoming "up". As a fix we load the kubelet service again in StartAllServices. Fixex #5527 Signed-off-by: Philipp Sauter <philipp.sauter@siderolabs.com>