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 Apr 22, 2024. It is now read-only.
When deploying some apps the following warning appears.
Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "work" must set security
Context.allowPrivilegeEscalation=false), unrestricted capabilities (container "work" must set securityContext.capabilities.d
rop=["ALL"]), runAsNonRoot != true (pod or container "work" must set securityContext.runAsNonRoot=true), seccompProfile (pod
or container "work" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
It appears the workaround is here: https://access.redhat.com/solutions/7002730 and it is possible to avoid the warning. Functionality is not affected but raising for awareness.
The text was updated successfully, but these errors were encountered:
According to the KB it's 4.11+ which aligns with the 1.24 note in the error. It's not hurting anything just thought it looked ugly. Means the deployment code for many steps needs updating and might not be worth the time.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When deploying some apps the following warning appears.
It appears the workaround is here: https://access.redhat.com/solutions/7002730 and it is possible to avoid the warning. Functionality is not affected but raising for awareness.
The text was updated successfully, but these errors were encountered: