File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,17 +133,17 @@ your cluster. Those fields are:
133
133
134
134
- ** matchLabelKeys** is a list of pod label keys to select the group of pods over which
135
135
the spreading skew will be calculated. At a pod creation,
136
- apiserver will use those keys to lookup values from the incoming pod labels,
137
- and those key-value labels will be merged with existing ` labelSelector ` .
136
+ the kube- apiserver uses those keys to lookup values from the incoming pod labels,
137
+ and those key-value labels will be merged with any existing ` labelSelector ` .
138
138
The same key is forbidden to exist in both ` matchLabelKeys ` and ` labelSelector ` .
139
139
` matchLabelKeys ` cannot be set when ` labelSelector ` isn't set.
140
140
Keys that don't exist in the pod labels will be ignored.
141
141
A null or empty list means only match against the ` labelSelector ` .
142
142
143
- {{< warning >}}
143
+ {{< caution >}}
144
144
It's not recommended to use ` matchLabelKeys ` with labels that might be updated
145
145
because the update of the label isn't reflected onto the merged ` labelSelector ` .
146
- {{< /warning >}}
146
+ {{< /caution >}}
147
147
148
148
With ` matchLabelKeys ` , you don't need to update the ` pod.spec ` between different revisions.
149
149
The controller/operator just needs to set different values to the same label key for different
You can’t perform that action at this time.
0 commit comments