File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
reviewers :
3
3
- davidopp
4
4
- kevin-wangzefeng
5
- - bsalamat
5
+ - alculquicondor
6
6
title : Assigning Pods to Nodes
7
7
content_type : concept
8
8
weight : 20
@@ -144,13 +144,13 @@ to repel Pods from specific nodes.
144
144
If you specify both ` nodeSelector ` and ` nodeAffinity ` , * both* must be satisfied
145
145
for the Pod to be scheduled onto a node.
146
146
147
- If you specify multiple ` nodeSelectorTerms ` associated with ` nodeAffinity `
148
- types, then the Pod can be scheduled onto a node if one of the specified ` nodeSelectorTerms ` can be
149
- satisfied.
147
+ If you specify multiple terms in ` nodeSelectorTerms ` associated with ` nodeAffinity `
148
+ types, then the Pod can be scheduled onto a node if one of the specified terms
149
+ can be satisfied (terms are ORed) .
150
150
151
- If you specify multiple ` matchExpressions ` associated with a single ` nodeSelectorTerms ` ,
152
- then the Pod can be scheduled onto a node only if all the ` matchExpressions ` are
153
- satisfied.
151
+ If you specify multiple expressions in a single ` matchExpressions ` field associated with a
152
+ term in ` nodeSelectorTerms ` , then the Pod can be scheduled onto a node only
153
+ if all the expressions are satisfied (expressions are ANDed).
154
154
{{</note >}}
155
155
156
156
See [ Assign Pods to Nodes using Node Affinity] ( /docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/ )
You can’t perform that action at this time.
0 commit comments