Google Kubernetes Engine v1 API - Enum NodePoolUpdateStrategy (3.25.0)

public enum NodePoolUpdateStrategy

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum NodePoolUpdateStrategy.

Strategy used for node pool update.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

NameDescription
BlueGreen

blue-green upgrade.

Surge

SURGE is the traditional way of upgrade a node pool. max_surge and max_unavailable determines the level of upgrade parallelism.

Unspecified

Default value if unset. GKE internally defaults the update strategy to SURGE for unspecified strategies.