File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -302,8 +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
- To get yourself more familiar with the examples of Pod affinity and anti-affinity
306
- Refer to this [link ](https://github.com/kubernetes/design-proposals-archive/blob/main/scheduling/podaffinity.md)
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).
307
307
308
308
You can use the `In`, `NotIn`, `Exists` and `DoesNotExist` values in the
309
309
` operator` field for Pod affinity and anti-affinity.
You can’t perform that action at this time.
0 commit comments