Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::LinuxNodeConfig.
Parameters that can be configured on Linux nodes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cgroup_mode
def cgroup_mode() -> ::Google::Cloud::Container::V1beta1::LinuxNodeConfig::CgroupMode
- (::Google::Cloud::Container::V1beta1::LinuxNodeConfig::CgroupMode) — cgroup_mode specifies the cgroup mode to be used on the node.
#cgroup_mode=
def cgroup_mode=(value) -> ::Google::Cloud::Container::V1beta1::LinuxNodeConfig::CgroupMode
- value (::Google::Cloud::Container::V1beta1::LinuxNodeConfig::CgroupMode) — cgroup_mode specifies the cgroup mode to be used on the node.
- (::Google::Cloud::Container::V1beta1::LinuxNodeConfig::CgroupMode) — cgroup_mode specifies the cgroup mode to be used on the node.
#sysctls
def sysctls() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — 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
#sysctls=
def sysctls=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) — 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
-
(::Google::Protobuf::Map{::String => ::String}) — 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