Skip to content

Commit

Permalink
fix: configure adding default node pool upgrade settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kpshjk committed Feb 13, 2025
1 parent ffffc7e commit 5a7b322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ variable "default_node_pool_upgrade_settings_enabled" {
type = bool
default = false
description = <<-EOF
If true, an upgrade_settings block will be added to default_node_pool.
Values:
false, true
EOF
Expand All @@ -297,6 +298,7 @@ variable "default_node_pool_upgrade_settings_max_surge" {
type = string
default = "10%"
description = <<-EOF
max_surge is a required parameter for an upgrade_settings block
Example: "10%"
see https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli#customize-node-surge-upgrade
EOF
Expand Down

0 comments on commit 5a7b322

Please sign in to comment.