rootless-containers / usernetes

Kubernetes without the root privileges
https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2033-kubelet-in-userns-aka-rootless
Apache License 2.0
855 stars 58 forks source link

services don't start after reboot node automatically #278

Closed cloud-66 closed 1 year ago

cloud-66 commented 1 year ago

I installed rootless cluster on 3 master\worker + 2 worker nodes

image sudo loginctl enable-linger enabled image

systemctl list-unit-files --user manually tried to enable services before image

after image

But still, services don't start after reboot node by shutdown -r now Is this a feature of installation or some mistake in configuration ?

I'm going to use this kind of cluster in production. And of course it is much better to keep working after reboot without manual starting kubernetes components

AkihiroSuda commented 1 year ago

Addressed in #279