We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a107c commit 9e5b61cCopy full SHA for 9e5b61c
deployment/k8s/base/daemonset.yaml
@@ -21,8 +21,6 @@ spec:
21
securityContext:
22
privileged: true
23
volumeMounts:
24
- # 如果configmap.yaml中指定了kubeletRootDir,则需要调整为相同的路径
25
- # 如:kubeletRootDir=/data/kubelet,则mountPath=/data/kubelet/device-plugins
26
- name: device-plugin
27
mountPath: /var/lib/kubelet/device-plugins
28
readOnly: false
0 commit comments