Remove `EvenPodsSpread` featuregate and related logic
Kubernetes-commit: 133dde63589bfb9f149607d1e8f6ae519d41719f
This commit is contained in:
parent
676c3447d4
commit
a67f43f565
|
@ -2570,7 +2570,7 @@
|
|||
"type": "array"
|
||||
},
|
||||
"topologySpreadConstraints": {
|
||||
"description": "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. This field is alpha-level and is only honored by clusters that enables the EvenPodsSpread feature. All topologySpreadConstraints are ANDed.",
|
||||
"description": "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue