From addbb8cec4912d932d670a7fa3e3899f367ded48 Mon Sep 17 00:00:00 2001 From: Yoon Date: Wed, 17 Jun 2020 00:32:07 +0900 Subject: [PATCH] fix typo: taint-and-toleration.md fix typo: en/docs/concepts/scheduling-eviction/taint-and-toleration.md --- .../docs/concepts/scheduling-eviction/taint-and-toleration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md b/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md index 89a7eca7b1..97a190a280 100644 --- a/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md +++ b/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md @@ -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.