Skip to content

Commit 4116be0

Browse files
authored
Update taint-and-toleration.md
fixed some typos
1 parent 23723ee commit 4116be0

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 node is to be evicted, the node controller or the kubelet adds relevant taints
223+
In case a Pod is to be evicted, 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 node new taints to nodes. This rate limiting
233+
The control plane limits the rate of adding new node 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)