From 19aa8a234ca3669f7ef150718318982d18225530 Mon Sep 17 00:00:00 2001 From: Amir Alavi Date: Fri, 27 Oct 2023 15:57:07 -0400 Subject: [PATCH] docs: update supported topologySpreadConstraint fields Signed-off-by: Amir Alavi --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0b7cc4700..990303462 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|