- JSON representation
- CustomImageConfig
- AcceleratorConfig
- GPUSharingConfig
- GPUSharingStrategy
- GPUDriverInstallationConfig
- GPUDriverVersion
- WorkloadMetadataConfig
- Mode
- NodeTaint
- Effect
- SandboxConfig
- Type
- ReservationAffinity
- Type
- AdvancedMachineFeatures
- PerformanceMonitoringUnit
- VirtualNIC
- FastSocket
- WindowsNodeConfig
- OSVersion
- LocalNvmeSsdBlockConfig
- EphemeralStorageLocalSsdConfig
- SoleTenantConfig
- NodeAffinity
- Operator
- SecondaryBootDisk
- Mode
- SecondaryBootDiskUpdateStrategy
- GPUDirectConfig
- GPUDirectStrategy
- LocalSsdEncryptionMode
- EffectiveCgroupMode
- BootDisk
- TaintConfig
- ArchitectureTaintBehavior
Parameters that describe the nodes in a cluster.
GKE Autopilot clusters do not recognize parameters in NodeConfig. Use AutoprovisioningNodePoolDefaults instead.
| JSON representation |
|---|
{ "machineType": string, "diskSizeGb": integer, "oauthScopes": [ string ], "serviceAccount": string, "metadata": { string: string, ... }, "imageType": string, "nodeImageConfig": { object ( |
| Fields | |
|---|---|
machineType |
The name of a Google Compute Engine machine type If unspecified, the default machine type is |
diskSizeGb |
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. |
oauthScopes[] |
The set of Google API scopes to be made available on all of the node VMs under the "default" service account. The following scopes are recommended, but not required, and by default are not included:
If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added. |
serviceAccount |
The Google Cloud Platform Service Account to be used by the node VMs. Specify the email address of the Service Account; otherwise, if no Service Account is specified, the "default" service account is used. |
metadata |
The metadata key/value pairs assigned to instances in the cluster. Keys must conform to the regexp
Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB. The total size of all keys and values must be less than 512 KB. |