Skip to content

Commit

Permalink
fix run as root efa device plugin bug
Browse files Browse the repository at this point in the history
The plugins were globally changed to have runAsNonRoot
set to true. This breaks the efa plugin, which
currently requires it. This PR was tested and confirmed
to fix the bug in several cases.

Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jun 21, 2024
1 parent 3cbd926 commit 53425e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/addons/assets/efa-device-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ spec:
- image: "%s.dkr.ecr.%s.%s/eks/aws-efa-k8s-device-plugin:v0.3.3"
name: aws-efa-k8s-device-plugin
securityContext:
runAsNonRoot: true
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
Expand Down

0 comments on commit 53425e5

Please sign in to comment.