GkeNodeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Parameters that describe cluster nodes.
Attributes |
|
---|---|
Name | Description |
machine_type |
str
Optional. The name of a Compute Engine `machine type |
preemptible |
bool
Optional. Whether the nodes are created as `preemptible VM instances |
local_ssd_count |
int
Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see `Adding Local SSDs |
accelerators |
Sequence[google.cloud.dataproc_v1.types.GkeNodePoolConfig.GkeNodePoolAcceleratorConfig]
Optional. A list of `hardware accelerators |
min_cpu_platform |
str
Optional. `Minimum CPU platform |