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
{{ message }}
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
// TODO use non-root user: currently the /etc/kubernetes need root permissions
SecurityContext: &corev1.SecurityContext{
Privileged: pointer.BoolPtr(true),
// TODO use non-root user: currently the /etc/kubernetes need root permissions// RunAsUser: pointer.Int64Ptr(0),
},
VolumeMounts: []corev1.VolumeMount{
{
2cdaccdec792eca7c2ebda6c296d62304b23d60b
The text was updated successfully, but these errors were encountered:
use non-root user: currently the /etc/kubernetes need root permissions
RunAsUser: pointer.Int64Ptr(0),
kubeadm-operator/controllers/util.go
Line 160 in 8f3b2f9
2cdaccdec792eca7c2ebda6c296d62304b23d60b
The text was updated successfully, but these errors were encountered: