Merge pull request #20256 from pjhwa/fix-20255

Fix issue with /docs/concepts/configuration/taint-and-toleration/
pull/20427/head
Kubernetes Prow Robot 2020-04-18 09:51:36 -07:00 committed by GitHub
commit ad4505dade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.