mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
docs: update supported topologySpreadConstraint fields
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
This commit is contained in:
13
README.md
13
README.md
@@ -547,6 +547,19 @@ topologyBalanceNodeFit: false
|
|||||||
|
|
||||||
Strategy parameter `labelSelector` is not utilized when balancing topology domains and is only applied during eviction to determine if the pod can be evicted.
|
Strategy parameter `labelSelector` is not utilized when balancing topology domains and is only applied during eviction to determine if the pod can be evicted.
|
||||||
|
|
||||||
|
[Supported Constraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#spread-constraint-definition) fields:
|
||||||
|
|
||||||
|
|Name|Supported?|
|
||||||
|
|----|----------|
|
||||||
|
|`maxSkew`|Yes|
|
||||||
|
|`minDomains`|No|
|
||||||
|
|`topologyKey`|Yes|
|
||||||
|
|`whenUnsatisfiable`|Yes|
|
||||||
|
|`labelSelector`|Yes|
|
||||||
|
|`matchLabelKeys`|Yes|
|
||||||
|
|`nodeAffinityPolicy`|Yes|
|
||||||
|
|`nodeTaintsPolicy`|Yes|
|
||||||
|
|
||||||
**Parameters:**
|
**Parameters:**
|
||||||
|
|
||||||
|Name|Type|
|
|Name|Type|
|
||||||
|
|||||||
Reference in New Issue
Block a user