Cluster Node Pool Args
Constructors
Properties
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
.
NodeManagement configuration for this NodePool. Structure is documented below.
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 upgrade settings for NAP created node pools. Structure is documented below.