diff --git a/docs/advanced/gpu.md b/docs/advanced/gpu.md index 7f649ba8c..979c48f6e 100644 --- a/docs/advanced/gpu.md +++ b/docs/advanced/gpu.md @@ -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 @@ -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 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/advanced/gpu.md b/i18n/zh/docusaurus-plugin-content-docs/current/advanced/gpu.md index d1cff7870..322974f66 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/advanced/gpu.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/advanced/gpu.md @@ -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 @@ -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是否成功挂载