Kubernetes Engine V1beta1 API - Module Google::Cloud::Container::V1beta1::NodePoolUpdateStrategy (v0.54.0)
Reference documentation and code samples for the Kubernetes Engine V1beta1 API module Google::Cloud::Container::V1beta1::NodePoolUpdateStrategy.
Strategy used for node pool update.
Constants
NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED
value: 0 Default value if unset. GKE internally defaults the update strategy to
SURGE for unspecified strategies.
BLUE_GREEN
value: 2 blue-green upgrade.
SURGE
value: 3 SURGE is the traditional way of upgrading a node pool.
max_surge and max_unavailable determines the level of upgrade parallelism.
SHORT_LIVED
value: 5 SHORT_LIVED is the dedicated upgrade strategy for
QueuedProvisioning and flex start nodepools scaled up only by enqueueing to
the Dynamic Workload Scheduler (DWS).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]