Linux Node Config Args
data class LinuxNodeConfigArgs(val cgroupMode: Output<LinuxNodeConfigCgroupMode>? = null, val sysctls: Output<Map<String, String>>? = null) : ConvertibleToJava<LinuxNodeConfigArgs>
Parameters that can be configured on Linux nodes.
Constructors
Link copied to clipboard
constructor(cgroupMode: Output<LinuxNodeConfigCgroupMode>? = null, sysctls: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
cgroup_mode specifies the cgroup mode to be used on the node.
Link copied to clipboard
The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse