Skip to content

Commit d61f12d

Browse files
authored
fixed typo for taint-and-toleration.md
1 parent 4116be0 commit d61f12d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 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
224224
with `NoExecute` effect. If the fault condition returns to normal the kubelet or node
225225
controller 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
230230
the 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 new node taints to nodes. This rate limiting
233+
The control plane limits the rate of adding new taints to nodes. This rate limiting
234234
manages the number of evictions that are triggered when many nodes become unreachable at
235235
once (for example: if there is a network disruption).
236236
{{< /note >}}

0 commit comments

Comments
 (0)