We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edd86cd + fec1db8 commit d77893bCopy full SHA for d77893b
cluster/config-defaults.yaml
@@ -1202,6 +1202,13 @@ kube_janitor_enabled: "true"
1202
teapot_admission_controller_scheduling_controls_enabled: "false"
1203
teapot_admission_controller_scheduling_controls_default_architecture: "amd64"
1204
1205
+# master-node-autoscaler configuration
1206
+
1207
+# Ignore recommendations for downgrading the instance generation of the master nodes
1208
+# This is required to persist the upgrade of instance generation for master nodes
1209
+# in a cluster.
1210
+master_node_autoscaler_instance_generation_downgrade_disabled: "false"
1211
1212
# role-sync-controller configs
1213
# Enabled by default only on Zalando EKS clusters
1214
{{ if eq .Cluster.Provider "zalando-eks" }}
0 commit comments