File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
content/en/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : affinity
3
+ id : affinity
4
+ date : 2019-01-11
5
+ full_link : /docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/
6
+ short_description : >
7
+ Node affinity is a set of rules used by the scheduler to determine where a pod can be placed.
8
+ aka :
9
+ tags :
10
+ - core object
11
+ - fundamental
12
+ ---
13
+ Node affinity is a set of rules used by the scheduler to determine where a pod can be placed.
14
+
15
+ <!-- more-->
16
+
17
+ The rules are defined using the familiar concepts of custom labels on {{< glossary_tooltip term_id="node" text="nodes">}}
18
+ and {{< glossary_tooltip term_id="selector" text="selectors">}} specified in {{< glossary_tooltip term_id="pod" text="pods" >}},
19
+ and they can be either required or preferred, depending on how strictly you want the scheduler to enforce them.
You can’t perform that action at this time.
0 commit comments