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
would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (containers "postgres-upgrade", "postgres-init", "postgres", "yugaware" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (containers "postgres-upgrade", "postgres-init", "postgres", "yugaware" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or containers "postgres-upgrade", "postgres-init" must set securityContext.runAsNonRoot=true), seccompProfile (pod or containers "postgres-upgrade", "postgres-init", "postgres", "yugaware" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
Expected behavior
Installs/deals with scc automatically.
Additional context
Can be worked around by oc adm policy add-scc-from-user anyuid -z <installed-svc-account-name> -n <namespace>
The text was updated successfully, but these errors were encountered:
Describe the bug
Fix SCC for OCP/OKD
To Reproduce
Install via helm and set
scc fails
Expected behavior
Installs/deals with scc automatically.
Additional context
Can be worked around by
oc adm policy add-scc-from-user anyuid -z <installed-svc-account-name> -n <namespace>
The text was updated successfully, but these errors were encountered: