Skip to content

Commit d83fd8a

Browse files
committed
fix run as root efa device plugin bug
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]>
1 parent 8ab26a7 commit d83fd8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/addons/assets/efa-device-plugin.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ spec:
165165
- image: "%s.dkr.ecr.%s.%s/eks/aws-efa-k8s-device-plugin:v0.3.3"
166166
name: aws-efa-k8s-device-plugin
167167
securityContext:
168-
runAsNonRoot: true
169168
allowPrivilegeEscalation: false
170169
capabilities:
171170
drop: ["ALL"]

0 commit comments

Comments
 (0)