We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d2eef commit 7ea1a42Copy full SHA for 7ea1a42
content/en/docs/concepts/architecture/nodes.md
@@ -83,8 +83,8 @@ Kubernetes causes all the Pod objects running on the node to be deleted from the
83
84
The node lifecycle controller automatically creates
85
[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.
+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.
88
89
### Capacity and Allocatable {#capacity}
90
0 commit comments