Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down