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:
220
220
as unusable. After a controller from the cloud-controller-manager initializes
221
221
this node, the kubelet removes this taint.
222
222
223
- In case a Pod 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
224
224
with `NoExecute` effect. If the fault condition returns to normal the kubelet or node
225
225
controller can remove the relevant taint(s).
226
226
@@ -230,7 +230,7 @@ the kubelet until communication with the API server is re-established. In the me
230
230
the pods that are scheduled for deletion may continue to run on the partitioned node.
231
231
232
232
{{< note >}}
233
- The control plane limits the rate of adding new node taints to nodes. This rate limiting
233
+ The control plane limits the rate of adding new taints to nodes. This rate limiting
234
234
manages the number of evictions that are triggered when many nodes become unreachable at
235
235
once (for example : if there is a network disruption).
236
236
{{< /note >}}
You can’t perform that action at this time.
0 commit comments