NodePool

class NodePool : KotlinCustomResource

Creates a node pool for a cluster.

Properties

Link copied to clipboard

Autoscaler configuration for this NodePool. Autoscaler is enabled only if a valid configuration is present.

Link copied to clipboard
val clusterId: Output<String>
Link copied to clipboard

Which conditions caused the current node pool state.

Link copied to clipboard

The node configuration of the pool.

Link copied to clipboard
val etag: Output<String>

This checksum is computed by the server based on the value of node pool fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val initialNodeCount: Output<Int>

The initial node count for the pool. You must ensure that your Compute Engine resource quota is sufficient for this number of instances. You must also have available firewall and routes quota.

Link copied to clipboard

Output only The resource URLs of the managed instance groups associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val locations: Output<List<String>>

The list of Google Compute Engine zones in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the Cluster.Locations value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.

Link copied to clipboard

NodeManagement configuration for this NodePool.

Link copied to clipboard

The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.

Link copied to clipboard
val name: Output<String>

The name of the node pool.

Link copied to clipboard

Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.

Link copied to clipboard

Specifies the node placement policy.

Link copied to clipboard
val podIpv4CidrSize: Output<Int>

Output only The pod CIDR block size per node in this node pool.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val selfLink: Output<String>

Output only Server-defined URL for the resource.

Link copied to clipboard
val status: Output<String>

Output only The status of the nodes in this pool instance.

Link copied to clipboard
val statusMessage: Output<String>

Output only Deprecated. Use conditions instead. Additional information about the current status of this node pool instance, if available.

Link copied to clipboard

Output only Update info contains relevant information during a node pool update.

Link copied to clipboard

Upgrade settings control disruption and speed of the upgrade.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described here.