From 05929c899b96f658d8962631e34449b04c7fe9e3 Mon Sep 17 00:00:00 2001 From: dschunack Date: Thu, 3 Feb 2022 21:05:59 +0100 Subject: [PATCH] Fix example in values file for topologySpreadConstraint --- charts/cluster-autoscaler/Chart.yaml | 2 +- charts/cluster-autoscaler/values.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/cluster-autoscaler/Chart.yaml b/charts/cluster-autoscaler/Chart.yaml index d18262a2d7a1..22131e75571a 100644 --- a/charts/cluster-autoscaler/Chart.yaml +++ b/charts/cluster-autoscaler/Chart.yaml @@ -17,4 +17,4 @@ name: cluster-autoscaler sources: - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler type: application -version: 9.13.0 +version: 9.13.1 diff --git a/charts/cluster-autoscaler/values.yaml b/charts/cluster-autoscaler/values.yaml index 6b4a2414a4a4..15689b9af724 100644 --- a/charts/cluster-autoscaler/values.yaml +++ b/charts/cluster-autoscaler/values.yaml @@ -330,12 +330,12 @@ tolerations: [] # topologySpreadConstraints -- You can use topology spread constraints to control how Pods are spread across your cluster among failure-domains such as regions, zones, nodes, and other user-defined topology domains. (requires Kubernetes >= 1.19). topologySpreadConstraints: [] -# - labelSelector: -# matchLabels: -# app.kubernetes.io/name: aws-cluster-autoscaler -# maxSkew: 1 -# topologyKey: topology.kubernetes.io/zone -# whenUnsatisfiable: DoNotSchedule + # - maxSkew: 1 + # topologyKey: topology.kubernetes.io/zone + # whenUnsatisfiable: DoNotSchedule + # labelSelector: + # matchLabels: + # app.kubernetes.io/instance: cluster-autoscaler # updateStrategy -- [Deployment update strategy](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy) updateStrategy: {}