Remove `EvenPodsSpread` featuregate and related logic
Kubernetes-commit: 133dde63589bfb9f149607d1e8f6ae519d41719f
This commit is contained in:
parent
f9e4fa6b9c
commit
4fd9c3f1d2
|
|
@ -10058,7 +10058,7 @@
|
||||||
"type": "array"
|
"type": "array"
|
||||||
},
|
},
|
||||||
"topologySpreadConstraints": {
|
"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": {
|
"items": {
|
||||||
"$ref": "#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint"
|
"$ref": "#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue