Skip to content

Commit 8f3ac98

Browse files
authored
Merge pull request #27998 from mburke5678/issue-27920
Fix typo in Tolerating all taints
2 parents 48bee00 + 2f8d271 commit 8f3ac98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nodes-scheduler-taints-tolerations-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ As a result, daemon set pods are never evicted because of these node conditions.
284284
[id="nodes-scheduler-taints-tolerations-all_{context}"]
285285
== Tolerating all taints
286286

287-
You can configure a node to tolerate all taints by adding an `operator: "Exists"` toleration with no `key` and `value` parameters.
287+
You can configure a pod to tolerate all taints by adding an `operator: "Exists"` toleration with no `key` and `value` parameters.
288288
Pods with this toleration are not removed from a node that has taints.
289289

290290
.Pod specification for tolerating all taints

0 commit comments

Comments
 (0)