File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ are true. The following taints are built in:
220220 as unusable. After a controller from the cloud-controller-manager initializes
221221 this node, the kubelet removes this taint.
222222
223- In case a node is to be evicted , the node controller or the kubelet adds relevant taints
223+ In case a node is to be drained , the node controller or the kubelet adds relevant taints
224224with `NoExecute` effect. If the fault condition returns to normal the kubelet or node
225225controller can remove the relevant taint(s).
226226
@@ -230,7 +230,7 @@ the kubelet until communication with the API server is re-established. In the me
230230the pods that are scheduled for deletion may continue to run on the partitioned node.
231231
232232{{< note >}}
233- The control plane limits the rate of adding node new taints to nodes. This rate limiting
233+ The control plane limits the rate of adding new taints to nodes. This rate limiting
234234manages the number of evictions that are triggered when many nodes become unreachable at
235235once (for example : if there is a network disruption).
236236{{< /note >}}
You can’t perform that action at this time.
0 commit comments