Skip to content

Commit 22dfd0f

Browse files
Jenniferyingniyingnizhouscbedd
authored
update (#36539)
Co-authored-by: yingnizhou <[email protected]> Co-authored-by: Scott Beddall <[email protected]>
1 parent dec36b4 commit 22dfd0f

File tree

1 file changed

+5
-0
lines changed
  • specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2025-07-02-preview

1 file changed

+5
-0
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2025-07-02-preview/managedClusters.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5623,6 +5623,11 @@
56235623
"type": "string",
56245624
"description": "The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 10%. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster"
56255625
},
5626+
"minSurge": {
5627+
"type": "string",
5628+
"title": "The minimum number or percentage of nodes that are surged during upgrade.",
5629+
"description": "This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If node capacity constraints prevent full surging, AKS would attempt a slower upgrade with fewer surge nodes. The upgrade will proceed only if the available surge capacity meets or exceeds minSurge. If minSurge not specified, the default is 50% of the maxSurge, for example, if maxSurge = 10%, the default is 5%, if maxSurge = 10, the default is 5."
5630+
},
56265631
"maxUnavailable": {
56275632
"type": "string",
56285633
"description": "The maximum number or percentage of nodes that can be simultaneously unavailable during upgrade. This can either be set to an integer (e.g. '1') or a percentage (e.g. '5%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 0. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster"

0 commit comments

Comments
 (0)