Skip to content

Commit a8959a7

Browse files
Merge pull request #116181 from davidelettieri/patch-1
Fix `nodeSelector` yaml sample operator-best-practices-advanced-scheduler.md
2 parents f19b955 + a7ffd4e commit a8959a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/aks/operator-best-practices-advanced-scheduler.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ spec:
160160
cpu: 4.0
161161
memory: 16Gi
162162
nodeSelector:
163-
hardware:
164-
values: highmem
163+
hardware: highmem
165164
```
166165

167166
When you use these scheduler options, work with your application developers and owners to allow them to correctly define their pod specifications.
@@ -247,4 +246,4 @@ This article focused on advanced Kubernetes scheduler features. For more informa
247246
[aks-best-practices-isolation]: operator-best-practices-cluster-isolation.md
248247
[use-multiple-node-pools]: create-node-pools.md
249248
[taint-node-pool]: manage-node-pools.md#specify-a-taint-label-or-tag-for-a-node-pool
250-
[use-gpus-aks]: gpu-cluster.md
249+
[use-gpus-aks]: gpu-cluster.md

0 commit comments

Comments
 (0)