Cluster Node Pool Node Config Linux Node Config
data class ClusterNodePoolNodeConfigLinuxNodeConfig(val cgroupMode: String? = null, val sysctls: Map<String, String>? = null)
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.