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 can't deploy Dragonfly CR since my Kubernetes cluster has a restricted Pod Security profile.
create Pod dragonfly-0 in StatefulSet dragonfly failed error: pods "dragonfly-0" is forbidden: violates PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "dragonfly" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "dragonfly" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "dragonfly" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "dragonfly" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
The text was updated successfully, but these errors were encountered:
Hello. I can't deploy
Dragonfly
CR since my Kubernetes cluster has arestricted
Pod Security profile.The text was updated successfully, but these errors were encountered: