Fix issue with /docs/concepts/configuration/taint-and-toleration/

This commit is contained in:
Jerry Park
2020-04-12 11:31:33 +09:00
parent 5888082a2f
commit 1a4bbf03ea
@@ -10,7 +10,7 @@ weight: 40
{{% capture overview %}}
Node affinity, described [here](/docs/concepts/configuration/assign-pod-node/#node-affinity-beta-feature),
Node affinity, described [here](/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity),
is a property of *pods* that *attracts* them to a set of nodes (either as a
preference or a hard requirement). Taints are the opposite -- they allow a
*node* to *repel* a set of pods.