admission webhook "validation.gatekeeper.sh" denied the request: [cis-k8s-v1.5.1-psp-allow-privilege-escalation] Privilege escalation container is not allowed: operator [cis-k8s-v1.5.1-psp-capabilities] container is not dropping all required capabilities. Container must drop all of ["NET_RAW"] or "ALL"
My cluster requires pods to have
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
Describe the bug
I'm using the Rabbit MQ Operator https://github.com/rabbitmq/cluster-operator/releases/latest/download/cluster-operator.yml - 2.10.0
My cluster requires pods to have
My Deployment yaml is:
My override is:
And the Deployment yaml that get's created by the operator is:
Any ideas what is happening?