Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: wbc6080 <[email protected]>
  • Loading branch information
wbc6080 committed Dec 5, 2024
1 parent e8d4b63 commit 47188ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions docs/advanced/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,6 @@ spec:
- effect: NoSchedule
key: nvidia.com/gpu
operator: Exists
- effect: NoSchedule
key: node-role.kubernetes.io/edge
operator: Exists
- effect: NoSchedule
key: k8s.io/nano
operator: Exists
volumes:
- hostPath:
path: /var/lib/kubelet/device-plugins
Expand Down Expand Up @@ -268,11 +262,6 @@ spec:
nvidia.com/gpu: '1'
imagePullPolicy: IfNotPresent
nodeName: nvidia-edge-node
schedulerName: default-scheduler
tolerations:
- key: node-role.kubernetes.io/edge
operator: Exists
effect: NoSchedule
```
2. Verify whether the GPU is successfully mounted
Expand Down
11 changes: 0 additions & 11 deletions i18n/zh/docusaurus-plugin-content-docs/current/advanced/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ spec:
- effect: NoSchedule
key: nvidia.com/gpu
operator: Exists
- effect: NoSchedule
key: node-role.kubernetes.io/edge
operator: Exists
- effect: NoSchedule
key: k8s.io/nano
operator: Exists
volumes:
- hostPath:
path: /var/lib/kubelet/device-plugins
Expand Down Expand Up @@ -261,11 +255,6 @@ spec:
nvidia.com/gpu: '1'
imagePullPolicy: IfNotPresent
nodeName: nvidia-edge-node
schedulerName: default-scheduler
tolerations:
- key: node-role.kubernetes.io/edge
operator: Exists
effect: NoSchedule
```
2. 验证GPU是否成功挂载
Expand Down

0 comments on commit 47188ae

Please sign in to comment.