Cluster Node Pool Node Config Linux Node Config
data class ClusterNodePoolNodeConfigLinuxNodeConfig(val cgroupMode: String? = null, val hugepagesConfig: ClusterNodePoolNodeConfigLinuxNodeConfigHugepagesConfig? = null, val sysctls: Map<String, String>? = null)
Constructors
Link copied to clipboard
constructor(cgroupMode: String? = null, hugepagesConfig: ClusterNodePoolNodeConfigLinuxNodeConfigHugepagesConfig? = null, sysctls: Map<String, String>? = null)
Properties
Link copied to clipboard
Possible cgroup modes that can be used. Accepted values are:
Link copied to clipboard
Amounts for 2M and 1G hugepages. Structure is documented below.
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.