Skip to content

Commit 36a464b

Browse files
authored
Merge pull request #28343 from fml2/patch-1
doc: remove unneeded comma
2 parents 969706c + 86597ed commit 36a464b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/scheduling-eviction/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
<!-- overview -->
13-
[_Node affinity_](/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity),
13+
[_Node affinity_](/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)
1414
is a property of {{< glossary_tooltip text="Pods" term_id="pod" >}} that *attracts* them to
1515
a set of {{< glossary_tooltip text="nodes" term_id="node" >}} (either as a preference or a
1616
hard requirement). _Taints_ are the opposite -- they allow a node to repel a set of pods.

0 commit comments

Comments
 (0)