File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -302,9 +302,8 @@ the Pod onto a node that is in the same zone as one or more Pods with the label
302
302
` topology.kubernetes.io/zone=R` label if there are other nodes in the
303
303
same zone currently running Pods with the `Security=S2` Pod label.
304
304
305
- See the
306
- [design doc](https://git.k8s.io/community/contributors/design-proposals/scheduling/podaffinity.md)
307
- for many more examples of Pod affinity and anti-affinity.
305
+ To get yourself more familiar with the examples of Pod affinity and anti-affinity,
306
+ refer to the [design proposal](https://github.com/kubernetes/design-proposals-archive/blob/main/scheduling/podaffinity.md).
308
307
309
308
You can use the `In`, `NotIn`, `Exists` and `DoesNotExist` values in the
310
309
` operator` field for Pod affinity and anti-affinity.
You can’t perform that action at this time.
0 commit comments