Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
niuli33 committed Jun 18, 2024
1 parent 47a107c commit 9e5b61c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployment/k8s/base/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ spec:
securityContext:
privileged: true
volumeMounts:
# 如果configmap.yaml中指定了kubeletRootDir,则需要调整为相同的路径
# 如:kubeletRootDir=/data/kubelet,则mountPath=/data/kubelet/device-plugins
- name: device-plugin
mountPath: /var/lib/kubelet/device-plugins
readOnly: false
Expand Down

0 comments on commit 9e5b61c

Please sign in to comment.