Google Kubernetes Engine v1 API - Enum NodePoolUpdateStrategy (3.37.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

Name Description
BlueGreen

blue-green upgrade.

ShortLived

SHORT_LIVED is the dedicated upgrade strategy for QueuedProvisioning and flex start nodepools scaled up only by enqueueing to the Dynamic Workload Scheduler (DWS).

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.