Kubernetes Cluster Default Node Pool Upgrade Settings Args
data class KubernetesClusterDefaultNodePoolUpgradeSettingsArgs(val drainTimeoutInMinutes: Output<Int>? = null, val maxSurge: Output<String>, val nodeSoakDurationInMinutes: Output<Int>? = null) : ConvertibleToJava<KubernetesClusterDefaultNodePoolUpgradeSettingsArgs>
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 pod disruption budgets for upgrades. 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 amount of time in minutes to wait after draining a node and before reimaging and moving on to next node. Defaults to 0
.