File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ as at least one already-running pod that has a label with key "security" and val
246
246
on node N if node N has a label with key `topology.kubernetes.io/zone` and some value V
247
247
such that there is at least one node in the cluster with key `topology.kubernetes.io/zone` and
248
248
value V that is running a pod that has a label with key "security" and value "S1".) The pod anti-affinity
249
- rule says that the pod cannot be scheduled onto a node if that node is in the same zone as a pod with
249
+ rule says that the pod should not be scheduled onto a node if that node is in the same zone as a pod with
250
250
label having key "security" and value "S2". See the
251
251
[design doc](https://git.k8s.io/community/contributors/design-proposals/scheduling/podaffinity.md)
252
252
for many more examples of pod affinity and anti-affinity, both the `requiredDuringSchedulingIgnoredDuringExecution`
You can’t perform that action at this time.
0 commit comments