Skip to content

Commit a1add49

Browse files
authored
Merge pull request #34019 from NitishKumar06/Development/NitishKumar/BrokenLink
Broken Link Updated.
2 parents 21f2282 + 8063487 commit a1add49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
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-
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).
308307

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

0 commit comments

Comments
 (0)