Class LinuxNodeConfig
Parameters that can be configured on Linux nodes.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class LinuxNodeConfig : IDirectResponseSchema
Properties
CgroupMode
cgroup_mode specifies the cgroup mode to be used on the node.
Declaration
[JsonProperty("cgroupMode")]
public virtual string CgroupMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Hugepages
Optional. Amounts for 2M and 1G hugepages
Declaration
[JsonProperty("hugepages")]
public virtual HugepagesConfig Hugepages { get; set; }
Property Value
| Type | Description |
|---|---|
| HugepagesConfig |
NodeKernelModuleLoading
Optional. Configuration for kernel module loading on nodes. When enabled, the node pool will be provisioned with a Container-Optimized OS image that enforces kernel module signature verification.
Declaration
[JsonProperty("nodeKernelModuleLoading")]
public virtual NodeKernelModuleLoading NodeKernelModuleLoading { get; set; }
Property Value
| Type | Description |
|---|---|
| NodeKernelModuleLoading |
SwapConfig
Optional. Enables and configures swap space on nodes. If omitted, swap is disabled.
Declaration
[JsonProperty("swapConfig")]
public virtual SwapConfig SwapConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| SwapConfig |
Sysctls
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_mtu_probing net.ipv4.tcp_max_orphans net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn net.ipv4.tcp_congestion_control 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 kernel.perf_event_paranoid kernel.sched_rt_runtime_us kernel.softlockup_panic kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict kernel.sysrq 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_background_bytes vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes 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
Declaration
[JsonProperty("sysctls")]
public virtual IDictionary<string, string> Sysctls { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
TransparentHugepageDefrag
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.
Declaration
[JsonProperty("transparentHugepageDefrag")]
public virtual string TransparentHugepageDefrag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TransparentHugepageEnabled
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.
Declaration
[JsonProperty("transparentHugepageEnabled")]
public virtual string TransparentHugepageEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| string |