mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-01 03:26:40 +00:00
Kubelet sometimes reports the following error: failed to "StartContainer" for "vault-init-job" with CreateContainerConfigError: container has runAsNonRoot and image will run as root Setting securityContext.runAsUser resolves this. Signed-off-by: Niels de Vos <ndevos@redhat.com>