diff --git a/README.md b/README.md index 0b7cc47009..9903034621 100644 --- a/README.md +++ b/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. +[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:** |Name|Type|