Get Cluster Node Pool Upgrade Setting
data class GetClusterNodePoolUpgradeSetting(val drainTimeoutInMinutes: Int, val maxSurge: String, val nodeSoakDurationInMinutes: Int)
Properties
Link copied to clipboard
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.
Link copied to clipboard
The amount of time in minutes to wait after draining a node and before reimaging it and moving on to next node.