Module: Google::Cloud::Container::V1::NodePoolUpdateStrategy
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Strategy used for node pool update.
Constant Summary collapse
- NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED =
Default value if unset. GKE internally defaults the update strategy to SURGE for unspecified strategies.
0
- BLUE_GREEN =
blue-green upgrade.
2
- SURGE =
SURGE is the traditional way of upgrade a node pool. max_surge and max_unavailable determines the level of upgrade parallelism.
3