fix typo: taint-and-toleration.md

fix typo: en/docs/concepts/scheduling-eviction/taint-and-toleration.md
pull/21822/head
Yoon 2020-06-17 00:32:07 +09:00 committed by GitHub
parent 30e8dc2b9b
commit addbb8cec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ tolerations:
Kubernetes automatically adds a toleration for
`node.kubernetes.io/not-ready` and `node.kubernetes.io/unreachable`
with `tolerationSeconds=300`,
unless you, or a controller, set those tolerations explictly.
unless you, or a controller, set those tolerations explicitly.
These automatically-added tolerations mean that Pods remain bound to
Nodes for 5 minutes after one of these problems is detected.