Replies: 1 comment 1 reply
-
The proxy initContainer only runs privileged when using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, we have OPA rules configured in our cluster which blocks any container that runs with allowPrivilegeEscalation: true, so I have set all the allowPrivilegeEscalation references to false in helm charts with linkerd 2.12.2 version i.e linkerd-control-plane and linkerd-crds charts and installed in our cluster. After which when I try to inject linkerd to one of our application pod I am ended OPA gatekeeper blocking with following error message: 'admission webhook "validation.gatekeeper.sh" denied the request: [psp-allow-privilege-escalation-container]
Privilege escalation container is not allowed: linkerd-init'.
Can someone please help me in understanding what I am missing here
Note: I did go through this link #7282 but I believe this is different from latest linkerd helm charts, since 2.12.2 charts doesn't contain "privilegeEscalationEnabled" this field
Beta Was this translation helpful? Give feedback.
All reactions