NodeConfigArgs

data class NodeConfigArgs(val accelerators: Output<List<AcceleratorConfigArgs>>? = null, val advancedMachineFeatures: Output<AdvancedMachineFeaturesArgs>? = null, val bootDiskKmsKey: Output<String>? = null, val confidentialNodes: Output<ConfidentialNodesArgs>? = null, val diskSizeGb: Output<Int>? = null, val diskType: Output<String>? = null, val ephemeralStorageConfig: Output<EphemeralStorageConfigArgs>? = null, val ephemeralStorageLocalSsdConfig: Output<EphemeralStorageLocalSsdConfigArgs>? = null, val fastSocket: Output<FastSocketArgs>? = null, val gcfsConfig: Output<GcfsConfigArgs>? = null, val gvnic: Output<VirtualNICArgs>? = null, val imageType: Output<String>? = null, val kubeletConfig: Output<NodeKubeletConfigArgs>? = null, val labels: Output<Map<String, String>>? = null, val linuxNodeConfig: Output<LinuxNodeConfigArgs>? = null, val localNvmeSsdBlockConfig: Output<LocalNvmeSsdBlockConfigArgs>? = null, val localSsdCount: Output<Int>? = null, val loggingConfig: Output<NodePoolLoggingConfigArgs>? = null, val machineType: Output<String>? = null, val metadata: Output<Map<String, String>>? = null, val minCpuPlatform: Output<String>? = null, val nodeGroup: Output<String>? = null, val oauthScopes: Output<List<String>>? = null, val preemptible: Output<Boolean>? = null, val reservationAffinity: Output<ReservationAffinityArgs>? = null, val resourceLabels: Output<Map<String, String>>? = null, val sandboxConfig: Output<SandboxConfigArgs>? = null, val serviceAccount: Output<String>? = null, val shieldedInstanceConfig: Output<ShieldedInstanceConfigArgs>? = null, val spot: Output<Boolean>? = null, val tags: Output<List<String>>? = null, val taints: Output<List<NodeTaintArgs>>? = null, val windowsNodeConfig: Output<WindowsNodeConfigArgs>? = null, val workloadMetadataConfig: Output<WorkloadMetadataConfigArgs>? = null) : ConvertibleToJava<NodeConfigArgs>

Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not recognize parameters in NodeConfig. Use AutoprovisioningNodePoolDefaults instead.

Constructors

Link copied to clipboard
fun NodeConfigArgs(accelerators: Output<List<AcceleratorConfigArgs>>? = null, advancedMachineFeatures: Output<AdvancedMachineFeaturesArgs>? = null, bootDiskKmsKey: Output<String>? = null, confidentialNodes: Output<ConfidentialNodesArgs>? = null, diskSizeGb: Output<Int>? = null, diskType: Output<String>? = null, ephemeralStorageConfig: Output<EphemeralStorageConfigArgs>? = null, ephemeralStorageLocalSsdConfig: Output<EphemeralStorageLocalSsdConfigArgs>? = null, fastSocket: Output<FastSocketArgs>? = null, gcfsConfig: Output<GcfsConfigArgs>? = null, gvnic: Output<VirtualNICArgs>? = null, imageType: Output<String>? = null, kubeletConfig: Output<NodeKubeletConfigArgs>? = null, labels: Output<Map<String, String>>? = null, linuxNodeConfig: Output<LinuxNodeConfigArgs>? = null, localNvmeSsdBlockConfig: Output<LocalNvmeSsdBlockConfigArgs>? = null, localSsdCount: Output<Int>? = null, loggingConfig: Output<NodePoolLoggingConfigArgs>? = null, machineType: Output<String>? = null, metadata: Output<Map<String, String>>? = null, minCpuPlatform: Output<String>? = null, nodeGroup: Output<String>? = null, oauthScopes: Output<List<String>>? = null, preemptible: Output<Boolean>? = null, reservationAffinity: Output<ReservationAffinityArgs>? = null, resourceLabels: Output<Map<String, String>>? = null, sandboxConfig: Output<SandboxConfigArgs>? = null, serviceAccount: Output<String>? = null, shieldedInstanceConfig: Output<ShieldedInstanceConfigArgs>? = null, spot: Output<Boolean>? = null, tags: Output<List<String>>? = null, taints: Output<List<NodeTaintArgs>>? = null, windowsNodeConfig: Output<WindowsNodeConfigArgs>? = null, workloadMetadataConfig: Output<WorkloadMetadataConfigArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NodeConfigArgs

Properties

Link copied to clipboard

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

Link copied to clipboard

Advanced features for the Compute Engine VM.

Link copied to clipboard
val bootDiskKmsKey: Output<String>? = null

The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/KEY_PROJECT_ID/locations/LOCATION/keyRings/RING_NAME/cryptoKeys/KEY_NAME. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption

Link copied to clipboard

Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.

Link copied to clipboard
val diskSizeGb: Output<Int>? = null

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.

Link copied to clipboard
val diskType: Output<String>? = null

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

Link copied to clipboard

Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk.

Link copied to clipboard

Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk. This field is functionally equivalent to the ephemeral_storage_config

Link copied to clipboard
val fastSocket: Output<FastSocketArgs>? = null

Enable or disable NCCL fast socket for the node pool.

Link copied to clipboard
val gcfsConfig: Output<GcfsConfigArgs>? = null

GCFS (Google Container File System) configs.

Link copied to clipboard
val gvnic: Output<VirtualNICArgs>? = null

Enable or disable gvnic on the node pool.

Link copied to clipboard
val imageType: Output<String>? = null

The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

Link copied to clipboard

Node kubelet configs.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/

Link copied to clipboard

Parameters that can be configured on Linux nodes.

Link copied to clipboard

Parameters for using raw-block Local NVMe SSDs.

Link copied to clipboard
val localSsdCount: Output<Int>? = null

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.

Link copied to clipboard

Logging configuration.

Link copied to clipboard
val machineType: Output<String>? = null

The name of a Google Compute Engine machine type. If unspecified, the default machine type is e2-medium.

Link copied to clipboard
val metadata: Output<Map<String, String>>? = null

The metadata key/value pairs assigned to instances in the cluster. Keys must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys: - "cluster-location" - "cluster-name" - "cluster-uid" - "configure-sh" - "containerd-configure-sh" - "enable-oslogin" - "gci-ensure-gke-docker" - "gci-metrics-enabled" - "gci-update-strategy" - "instance-template" - "kube-env" - "startup-script" - "user-data" - "disable-address-manager" - "windows-startup-script-ps1" - "common-psm1" - "k8s-node-setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" 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.

Link copied to clipboard
val minCpuPlatform: Output<String>? = null

Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read how to specify min CPU platform.

Link copied to clipboard
val nodeGroup: Output<String>? = null

Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.

Link copied to clipboard
val oauthScopes: Output<List<String>>? = null

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: * https://www.googleapis.com/auth/compute is required for mounting persistent storage on your nodes. * https://www.googleapis.com/auth/devstorage.read_only is required for communicating with gcr.io (the Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.

Link copied to clipboard
val preemptible: Output<Boolean>? = null

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

Link copied to clipboard

The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.

Link copied to clipboard
val resourceLabels: Output<Map<String, String>>? = null

The resource labels for the node pool to use to annotate any related Google Compute Engine resources.

Link copied to clipboard
val sandboxConfig: Output<SandboxConfigArgs>? = null

Sandbox configuration for this node.

Link copied to clipboard
val serviceAccount: Output<String>? = null

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.

Link copied to clipboard

Shielded Instance options.

Link copied to clipboard
val spot: Output<Boolean>? = null

Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.

Link copied to clipboard
val tags: Output<List<String>>? = null

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.

Link copied to clipboard
val taints: Output<List<NodeTaintArgs>>? = null

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/

Link copied to clipboard

Parameters that can be configured on Windows nodes.

Link copied to clipboard

The workload metadata configuration for this node.