File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,11 @@ your cluster. Those fields are:
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
+
143
+ {{< warning >}}
142
144
It's not recommended to use ` matchLabelKeys ` with labels that might be updated
143
- because the update of the label isn't reflected onto the merged ` LabelSelector ` .
145
+ because the update of the label isn't reflected onto the merged ` labelSelector ` .
146
+ {{< /warning >}}
144
147
145
148
With ` matchLabelKeys ` , you don't need to update the ` pod.spec ` between different revisions.
146
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