Class GkeNodePoolConfig (5.9.3)

GkeNodePoolConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The configuration of a GKE node pool used by a Dataproc-on-GKE cluster <https://cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-cluster>__.

Attributes

NameDescription
config google.cloud.dataproc_v1.types.GkeNodePoolConfig.GkeNodeConfig
Optional. The node pool configuration.
locations MutableSequence[str]
Optional. The list of Compute Engine zones __ where node pool nodes associated with a Dataproc on GKE virtual cluster will be located. **Note:** All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region. If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
autoscaling google.cloud.dataproc_v1.types.GkeNodePoolConfig.GkeNodePoolAutoscalingConfig
Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.

Classes

GkeNodeConfig

GkeNodeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Parameters that describe cluster nodes.

GkeNodePoolAcceleratorConfig

GkeNodePoolAcceleratorConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a node pool.

GkeNodePoolAutoscalingConfig

GkeNodePoolAutoscalingConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.