Skip to content

Commit

Permalink
Merge pull request #8793 from zalando-incubator/instance-downgrade-co…
Browse files Browse the repository at this point in the history
…nfig

master-node-autoscaler: add config-item to disable instance generation downgrade
  • Loading branch information
mikkeloscar authored Jan 21, 2025
2 parents edd86cd + fec1db8 commit d77893b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,13 @@ kube_janitor_enabled: "true"
teapot_admission_controller_scheduling_controls_enabled: "false"
teapot_admission_controller_scheduling_controls_default_architecture: "amd64"

# master-node-autoscaler configuration

# Ignore recommendations for downgrading the instance generation of the master nodes
# This is required to persist the upgrade of instance generation for master nodes
# in a cluster.
master_node_autoscaler_instance_generation_downgrade_disabled: "false"

# role-sync-controller configs
# Enabled by default only on Zalando EKS clusters
{{ if eq .Cluster.Provider "zalando-eks" }}
Expand Down

0 comments on commit d77893b

Please sign in to comment.