Class NodeConfig (0.4.0)

Parameters that describe the nodes in a cluster.

Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB. If unspecified, the default disk size is 100GB.

The Google Cloud Platform Service Account to be used by the node VMs. If no Service Account is specified, the "default" service account is used.

The image type to use for this node. Note that for a given image type, the latest version of it will be used.

The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.

Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.

Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') If unspecified, the default disk type is 'pd- standard'

List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and- toleration/

Classes

LabelsEntry

API documentation for container_v1.types.NodeConfig.LabelsEntry class.

MetadataEntry

API documentation for container_v1.types.NodeConfig.MetadataEntry class.