Google Kubernetes Engine v1 API - Class LinuxNodeConfig (3.35.0)

public sealed class LinuxNodeConfig : IMessage<LinuxNodeConfig>, IEquatable<LinuxNodeConfig>, IDeepCloneable<LinuxNodeConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class LinuxNodeConfig.

Parameters that can be configured on Linux nodes.

Inheritance

object > LinuxNodeConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

LinuxNodeConfig()

public LinuxNodeConfig()

LinuxNodeConfig(LinuxNodeConfig)

public LinuxNodeConfig(LinuxNodeConfig other)
Parameter
Name Description
other LinuxNodeConfig

Properties

CgroupMode

public LinuxNodeConfig.Types.CgroupMode CgroupMode { get; set; }

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

Property Value
Type Description
LinuxNodeConfigTypesCgroupMode

Hugepages

public LinuxNodeConfig.Types.HugepagesConfig Hugepages { get; set; }

Optional. Amounts for 2M and 1G hugepages

Property Value
Type Description
LinuxNodeConfigTypesHugepagesConfig

Sysctls

public MapField<string, string> Sysctls { get; }

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.rmem_default 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 net.ipv4.tcp_max_orphans net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait net.netfilter.nf_conntrack_tcp_timeout_time_wait net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.shmmni kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_writeback_centisecs vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness vm.watermark_scale_factor vm.min_free_kbytes

Property Value
Type Description
MapFieldstringstring

TransparentHugepageDefrag

public LinuxNodeConfig.Types.TransparentHugepageDefrag TransparentHugepageDefrag { get; set; }

Optional. Defines the transparent hugepage defrag configuration on the node. VM hugepage allocation can be managed by either limiting defragmentation for delayed allocation or skipping it entirely for immediate allocation only.

See https://docs.kernel.org/admin-guide/mm/transhuge.html for more details.

Property Value
Type Description
LinuxNodeConfigTypesTransparentHugepageDefrag

TransparentHugepageEnabled

public LinuxNodeConfig.Types.TransparentHugepageEnabled TransparentHugepageEnabled { get; set; }

Optional. Transparent hugepage support for anonymous memory can be entirely disabled (mostly for debugging purposes) or only enabled inside MADV_HUGEPAGE regions (to avoid the risk of consuming more memory resources) or enabled system wide.

See https://docs.kernel.org/admin-guide/mm/transhuge.html for more details.

Property Value
Type Description
LinuxNodeConfigTypesTransparentHugepageEnabled