Skip to content

Commit

Permalink
Merge pull request #4663 from dschunack/master
Browse files Browse the repository at this point in the history
Fix example in values file for topologySpreadConstraint
  • Loading branch information
k8s-ci-robot authored Feb 7, 2022
2 parents 12c1311 + 05929c8 commit 0ed41c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions charts/cluster-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit 0ed41c5

Please sign in to comment.