Cluster Node Pool Node Config Ephemeral Storage Local Ssd Config Args
data class ClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfigArgs(val dataCacheCount: Output<Int>? = null, val localSsdCount: Output<Int>) : ConvertibleToJava<ClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfigArgs>
Properties
Link copied to clipboard
Number of raw-block local NVMe SSD disks to be attached to the node utilized for GKE Data Cache. If zero, then GKE Data Cache will not be enabled in the nodes.
Link copied to clipboard
Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. Each local SSD is 375 GB in size. If zero, it means to disable using local SSDs as ephemeral storage.