Skip to content

Commit 7ea1a42

Browse files
committed
Update phrasing - 2
1 parent 35d2eef commit 7ea1a42

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+2
-2
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Kubernetes causes all the Pod objects running on the node to be deleted from the
8383

8484
The node lifecycle controller automatically creates
8585
[taints](/docs/concepts/configuration/taint-and-toleration/) that represent conditions.
86-
When the scheduler is assigning a Pod to a Node, the scheduler takes the Node's taints
87-
into account, except for any taints that the Pod tolerates.
86+
The scheduler takes the Node's taints into consideration when assigning a Pod to a Node.
87+
Pods can also have tolerations which let them tolerate a Node's taints.
8888

8989
### Capacity and Allocatable {#capacity}
9090

0 commit comments

Comments
 (0)