KubernetesClusterNodePoolUpgradeSettings

data class KubernetesClusterNodePoolUpgradeSettings(val drainTimeoutInMinutes: Int? = null, val maxSurge: String, val nodeSoakDurationInMinutes: Int? = null)

Constructors

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

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. Unsetting this after configuring it will force a new resource to be created.

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 and moving on to next node.