Class NodePoolUpdateStrategy (2.45.0)

NodePoolUpdateStrategy(value)

Strategy used for node pool update.

Values: NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED (0): Default value if unset. GKE internally defaults the update strategy to SURGE for unspecified strategies. BLUE_GREEN (2): blue-green upgrade. SURGE (3): SURGE is the traditional way of upgrading a node pool. max_surge and max_unavailable determines the level of upgrade parallelism.