Skip to content

Commit

Permalink
Update phrasing - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadkatti committed Apr 1, 2020
1 parent 35d2eef commit 7ea1a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/architecture/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ Kubernetes causes all the Pod objects running on the node to be deleted from the

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

### Capacity and Allocatable {#capacity}

Expand Down

0 comments on commit 7ea1a42

Please sign in to comment.