Skip to content

Commit 7d90a4b

Browse files
committed
fix7
1 parent 74642f9 commit 7d90a4b

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-scheduling/3243-respect-pod-topology-spread-after-rolling-upgrades

1 file changed

+3
-3
lines changed

keps/sig-scheduling/3243-respect-pod-topology-spread-after-rolling-upgrades/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Also, we assume the risk is acceptably low because:
325325
or the labels specified at `matchLabelKeys` are frequently updated (which we'll declare as not recommended).
326326
2. If it happens, `selfMatchNum` will be 0 and both `matchNum` and `minMatchNum` will be retained.
327327
Consequently, depending on the current number of matching pods in the domain, `matchNum` - `minMatchNum` might be bigger than `maxSkew`,
328-
and the node(s) could be unschedulable.
328+
and the pod(s) could be unschedulable.
329329
But, it does not mean that the unfortunate pods would be unschedulable forever.
330330

331331
## Design Details
@@ -337,7 +337,7 @@ required) or even code snippets. If there's any ambiguity about HOW your
337337
proposal will be implemented, this is the place to discuss them.
338338
-->
339339

340-
A new optional field named `MatchLabelKeys` will be introduced to`TopologySpreadConstraint`.
340+
A new optional field named `MatchLabelKeys` will be introduced to `TopologySpreadConstraint`.
341341
Currently, when scheduling a pod, the `LabelSelector` defined in the pod is used
342342
to identify the group of pods over which spreading will be calculated.
343343
`MatchLabelKeys` adds another constraint to how this group of pods is identified.
@@ -398,7 +398,7 @@ kube-apiserver modifies the `labelSelector` like the following:
398398
- app
399399
```
400400

401-
In addition, kube-scheduler handles `matchLabelKeys` within the cluster-level default constraints
401+
In addition, kube-scheduler will handle `matchLabelKeys` within the cluster-level default constraints
402402
in the scheduler configuration in the future (see https://github.com/kubernetes/kubernetes/issues/129198).
403403

404404
Finally, the feature will be guarded by a new feature flag. If the feature is

0 commit comments

Comments
 (0)