Skip to content

Commit 3c587f3

Browse files
committed
fix3
1 parent ea2bd42 commit 3c587f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ your cluster. Those fields are:
141141
A null or empty list means only match against the `labelSelector`.
142142

143143
{{< caution >}}
144-
It's not recommended to use `matchLabelKeys` with labels that might be updated
145-
because the update of the label isn't reflected onto the merged `labelSelector`.
144+
It's not recommended to use `matchLabelKeys` with labels that might be updated directly on pods.
145+
Even if you edit the pod's label that is specified at `matchLabelKeys` **directly**, (that is, not via a deployment),
146+
kube-apiserver doesn't reflect the label update onto the merged `labelSelector`.
146147
{{< /caution >}}
147148

148149
With `matchLabelKeys`, you don't need to update the `pod.spec` between different revisions.

0 commit comments

Comments
 (0)