Skip to content

Commit ad4505d

Browse files
authored
Merge pull request #20256 from pjhwa/fix-20255
Fix issue with /docs/concepts/configuration/taint-and-toleration/
2 parents ccd4710 + 1a4bbf0 commit ad4505d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/taint-and-toleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 40
1010

1111

1212
{{% capture overview %}}
13-
Node affinity, described [here](/docs/concepts/configuration/assign-pod-node/#node-affinity-beta-feature),
13+
Node affinity, described [here](/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity),
1414
is a property of *pods* that *attracts* them to a set of nodes (either as a
1515
preference or a hard requirement). Taints are the opposite -- they allow a
1616
*node* to *repel* a set of pods.

0 commit comments

Comments
 (0)