ClusterNodeConfigLinuxNodeConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cgroupMode: String? = null

Possible cgroup modes that can be used. Accepted values are:

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. 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.