Skip to content

Commit 09e65e0

Browse files
authored
Merge pull request #79243 from VikasPullagura-MSFT/patch-4
(Azure CXP) resolves MicrosoftDocs/azure-docs#33019
2 parents 16d2b05 + ed5c4da commit 09e65e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ spec:
153153
affinity:
154154
nodeAffinity:
155155
requiredDuringSchedulingIgnoredDuringExecution:
156-
nodeSelectorTerms:
157-
- matchExpressions:
158-
- key: hardware
159-
operator: In
160-
values: highmem
156+
nodeSelectorTerms:
157+
- matchExpressions:
158+
- key: hardware
159+
operator: In
160+
values: highmem
161161
```
162162

163163
The *IgnoredDuringExecution* part of the setting indicates that if the node labels change, the pod shouldn't be evicted from the node. The Kubernetes scheduler only uses the updated node labels for new pods being scheduled, not pods already scheduled on the nodes.

0 commit comments

Comments
 (0)