Skip to content

Commit 352700b

Browse files
authored
Merge pull request #21822 from yoonian/patch-1
fix typo in taint-and-toleration.md
2 parents 55d8cad + addbb8c commit 352700b

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
@@ -250,7 +250,7 @@ tolerations:
250250
Kubernetes automatically adds a toleration for
251251
`node.kubernetes.io/not-ready` and `node.kubernetes.io/unreachable`
252252
with `tolerationSeconds=300`,
253-
unless you, or a controller, set those tolerations explictly.
253+
unless you, or a controller, set those tolerations explicitly.
254254

255255
These automatically-added tolerations mean that Pods remain bound to
256256
Nodes for 5 minutes after one of these problems is detected.

0 commit comments

Comments
 (0)