GetClusterNodePoolUpgradeSetting

data class GetClusterNodePoolUpgradeSetting(val drainTimeoutInMinutes: Int, val maxSurge: String, val nodeSoakDurationInMinutes: Int)

Constructors

Link copied to clipboard
constructor(drainTimeoutInMinutes: Int, maxSurge: String, nodeSoakDurationInMinutes: Int)

Types

Link copied to clipboard
object Companion

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 maximum number or percentage of nodes which will be added to the Node Pool size during an upgrade.

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.