Cluster Node Pool Node Config Linux Node Config Args
data class ClusterNodePoolNodeConfigLinuxNodeConfigArgs(val cgroupMode: Output<String>? = null, val sysctls: Output<Map<String, String>>? = null) : ConvertibleToJava<ClusterNodePoolNodeConfigLinuxNodeConfigArgs>
Properties
Link copied to clipboard
Possible cgroup modes that can be used. Accepted values are:
Link copied to clipboard
The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. Specified as a map from the key, such as net.core.wmem_max
, to a string value. Currently supported attributes can be found here. Note that validations happen all server side. All attributes are optional.