mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-14 23:10:36 +00:00
If the cluster has a PSP that blocks Pods from running as root the DS that handles upgrade prepull will fail to create its Pods. Workaround that by adding a PodSecurityContext with RunAsUser=999.