Skip to content

Commit 92134bf

Browse files
authored
update example device-plugin yaml file (#124)
device plugin container should be brought up using privileged mode we need this to read the properties files under /sys directory other 2 example files in the repo have this option set
1 parent ef4f40c commit 92134bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s-ds-amdgpu-dp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- image: rocm/k8s-device-plugin
2323
name: amdgpu-dp-cntr
2424
securityContext:
25-
allowPrivilegeEscalation: false
25+
privileged: true
2626
capabilities:
2727
drop: ["ALL"]
2828
volumeMounts:

0 commit comments

Comments
 (0)