Skip to content

Commit 8063487

Browse files
nitishfytengqm
andauthored
Apply suggestions from code review
Co-authored-by: Qiming Teng <[email protected]>
1 parent ce9c2c8 commit 8063487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
302302
`topology.kubernetes.io/zone=R` label if there are other nodes in the
303303
same zone currently running Pods with the `Security=S2` Pod label.
304304

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).
307307

308308
You can use the `In`, `NotIn`, `Exists` and `DoesNotExist` values in the
309309
`operator` field for Pod affinity and anti-affinity.

0 commit comments

Comments
 (0)