Kubernetes Engine V1beta1 API - Module Google::Cloud::Container::V1beta1::NodePoolUpdateStrategy (v0.10.1)

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.

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.