You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am a green hand of Kubernetes, Is it possible to config kubeadm by a non-root user on K8s 1.21.1? I read the official documents, it seems like the kubeadm init still run as root user? Looking forward to anyone's reply!
The text was updated successfully, but these errors were encountered:
the kubeadm command will continue to require root for the time being and same goes for the kubelet.
kubeadm executes commands like sysctl start/stop and writes to folders that require root.
there is an effort to make the containers that are deployed for the control-plane to not run as root users, but that's separate: #2473
the kubeadm command will continue to require root for the time being and same goes for the kubelet.
kubeadm executes commands like sysctl start/stop and writes to folders that require root.
there is an effort to make the containers that are deployed for the control-plane to not run as root users, but that's separate: #2473
/kind support
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Hello, I am a green hand of Kubernetes, Is it possible to config kubeadm by a non-root user on K8s 1.21.1? I read the official documents, it seems like the kubeadm init still run as root user? Looking forward to anyone's reply!
The text was updated successfully, but these errors were encountered: