Skip to content

Commit 8d351a4

Browse files
authored
Update gpu-cluster.md
The input in the az example command is "gpu:NoSchedule". So, Tolerant option have to set same.
1 parent 345b9b1 commit 8d351a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/aks/gpu-cluster.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,10 @@ To use Azure Linux, you specify the OS SKU by setting `os-sku` to `AzureLinux` d
177177
name: nvidia-device-plugin-ds
178178
spec:
179179
tolerations:
180-
- key: nvidia.com/gpu
181-
operator: Exists
182-
effect: NoSchedule
180+
- key: "sku"
181+
operator: "Equal"
182+
value: "gpu"
183+
effect: "NoSchedule"
183184
# Mark this pod as a critical add-on; when enabled, the critical add-on
184185
# scheduler reserves resources for critical add-on pods so that they can
185186
# be rescheduled after a failure.

0 commit comments

Comments
 (0)