Cluster Node Pool Args
Constructors
Properties
Configuration required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.
The number of nodes to create in this cluster's default node pool. In regional or multi-zonal clusters, this is the number of nodes per zone. Must be set if node_pool
is not set. If you're using gcp.container.NodePool
objects with no default node pool, you'll need to set this to a value of at least 1
, alongside setting remove_default_node_pool
to true
.
The resource URLs of the managed instance groups associated with this node pool.
List of instance group URLs which have been assigned to this node pool.
Node management configuration, wherein auto-repair and auto-upgrade is configured.
The maximum number of pods per node in this node pool. Note that this does not work on node pools which are "route-based" - that is, node pools belonging to clusters that do not have IP Aliasing enabled.
Creates a unique name for the node pool beginning with the specified prefix. Conflicts with name.
Configuration for Adding Pod IP address ranges) to the node pool. Structure is documented below
Parameters used in creating the default node pool. Generally, this field should not be used at the same time as a gcp.container.NodePool
or a node_pool
block; this configuration manages the default node pool, which isn't recommended to be used. Structure is documented below.
The list of zones in which the cluster's nodes are located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. If this is specified for a zonal cluster, omit the cluster's zone.
Specifies the node placement policy
Specifies the configuration of queued provisioning
Specify node upgrade settings to change how many nodes GKE attempts to upgrade at once. The number of nodes upgraded simultaneously is the sum of max_surge and max_unavailable. The maximum number of nodes upgraded simultaneously is limited to 20.