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
When using psa restricted, one of the requirements is that you must set
capabilities:
drop: ["ALL"]
Capabilities (v1.22+)
Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability. This is Linux only policy in v1.25+ (.spec.os.name != "windows")
When using psa restricted, one of the requirements is that you must set
capabilities:
drop: ["ALL"]
Capabilities (v1.22+)
Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability. This is Linux only policy in v1.25+ (.spec.os.name != "windows")
Please add a check for this:
https://kubernetes.io/docs/concepts/security/pod-security-standards/
/E
The text was updated successfully, but these errors were encountered: