NodePoolNodeConfigLinuxNodeConfig

data class NodePoolNodeConfigLinuxNodeConfig(val cgroupMode: String? = null, val hugepagesConfig: NodePoolNodeConfigLinuxNodeConfigHugepagesConfig? = null, val sysctls: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(cgroupMode: String? = null, hugepagesConfig: NodePoolNodeConfigLinuxNodeConfigHugepagesConfig? = null, sysctls: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cgroupMode: String? = null

cgroupMode specifies the cgroup mode to be used on the node.

Link copied to clipboard

Amounts for 2M and 1G hugepages.

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

The Linux kernel parameters to be applied to the nodes and all pods running on the nodes.