From f6418a9ecceaf0134cd75e38507d2979042fde92 Mon Sep 17 00:00:00 2001 From: Max Horstmann Date: Fri, 17 Nov 2023 12:49:59 -0500 Subject: [PATCH] Add nodeSoakDurationInMinutes --- .../aks/stable/2023-11-01/managedClusters.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-11-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-11-01/managedClusters.json index 61c5627f2f8b..9fb58f9a009c 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-11-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-11-01/managedClusters.json @@ -3506,6 +3506,14 @@ "minimum": 1, "title": "The drain timeout for a node", "description": "The amount of time (in minutes) to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails. If not specified, the default is 30 minutes." + }, + "nodeSoakDurationInMinutes": { + "type": "integer", + "format": "int32", + "maximum": 30, + "minimum": 0, + "title": "The soak duration for a node", + "description": "The amount of time (in minutes) to wait after draining a node and before reimaging it and moving on to next node. If not specified, the default is 0 minutes." } }, "description": "Settings for upgrading an agentpool"