KubernetesClusterNodePoolLinuxOsConfigSysctlConfig

data class KubernetesClusterNodePoolLinuxOsConfigSysctlConfig(val fsAioMaxNr: Int? = null, val fsFileMax: Int? = null, val fsInotifyMaxUserWatches: Int? = null, val fsNrOpen: Int? = null, val kernelThreadsMax: Int? = null, val netCoreNetdevMaxBacklog: Int? = null, val netCoreOptmemMax: Int? = null, val netCoreRmemDefault: Int? = null, val netCoreRmemMax: Int? = null, val netCoreSomaxconn: Int? = null, val netCoreWmemDefault: Int? = null, val netCoreWmemMax: Int? = null, val netIpv4IpLocalPortRangeMax: Int? = null, val netIpv4IpLocalPortRangeMin: Int? = null, val netIpv4NeighDefaultGcThresh1: Int? = null, val netIpv4NeighDefaultGcThresh2: Int? = null, val netIpv4NeighDefaultGcThresh3: Int? = null, val netIpv4TcpFinTimeout: Int? = null, val netIpv4TcpKeepaliveIntvl: Int? = null, val netIpv4TcpKeepaliveProbes: Int? = null, val netIpv4TcpKeepaliveTime: Int? = null, val netIpv4TcpMaxSynBacklog: Int? = null, val netIpv4TcpMaxTwBuckets: Int? = null, val netIpv4TcpTwReuse: Boolean? = null, val netNetfilterNfConntrackBuckets: Int? = null, val netNetfilterNfConntrackMax: Int? = null, val vmMaxMapCount: Int? = null, val vmSwappiness: Int? = null, val vmVfsCachePressure: Int? = null)

Constructors

constructor(fsAioMaxNr: Int? = null, fsFileMax: Int? = null, fsInotifyMaxUserWatches: Int? = null, fsNrOpen: Int? = null, kernelThreadsMax: Int? = null, netCoreNetdevMaxBacklog: Int? = null, netCoreOptmemMax: Int? = null, netCoreRmemDefault: Int? = null, netCoreRmemMax: Int? = null, netCoreSomaxconn: Int? = null, netCoreWmemDefault: Int? = null, netCoreWmemMax: Int? = null, netIpv4IpLocalPortRangeMax: Int? = null, netIpv4IpLocalPortRangeMin: Int? = null, netIpv4NeighDefaultGcThresh1: Int? = null, netIpv4NeighDefaultGcThresh2: Int? = null, netIpv4NeighDefaultGcThresh3: Int? = null, netIpv4TcpFinTimeout: Int? = null, netIpv4TcpKeepaliveIntvl: Int? = null, netIpv4TcpKeepaliveProbes: Int? = null, netIpv4TcpKeepaliveTime: Int? = null, netIpv4TcpMaxSynBacklog: Int? = null, netIpv4TcpMaxTwBuckets: Int? = null, netIpv4TcpTwReuse: Boolean? = null, netNetfilterNfConntrackBuckets: Int? = null, netNetfilterNfConntrackMax: Int? = null, vmMaxMapCount: Int? = null, vmSwappiness: Int? = null, vmVfsCachePressure: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fsAioMaxNr: Int? = null

The sysctl setting fs.aio-max-nr. Must be between 65536 and 6553500.

Link copied to clipboard
val fsFileMax: Int? = null

The sysctl setting fs.file-max. Must be between 8192 and 12000500.

Link copied to clipboard

The sysctl setting fs.inotify.max_user_watches. Must be between 781250 and 2097152.

Link copied to clipboard
val fsNrOpen: Int? = null

The sysctl setting fs.nr_open. Must be between 8192 and 20000500.

Link copied to clipboard
val kernelThreadsMax: Int? = null

The sysctl setting kernel.threads-max. Must be between 20 and 513785.

Link copied to clipboard

The sysctl setting net.core.netdev_max_backlog. Must be between 1000 and 3240000.

Link copied to clipboard
val netCoreOptmemMax: Int? = null

The sysctl setting net.core.optmem_max. Must be between 20480 and 4194304.

Link copied to clipboard
val netCoreRmemDefault: Int? = null

The sysctl setting net.core.rmem_default. Must be between 212992 and 134217728.

Link copied to clipboard
val netCoreRmemMax: Int? = null

The sysctl setting net.core.rmem_max. Must be between 212992 and 134217728.

Link copied to clipboard
val netCoreSomaxconn: Int? = null

The sysctl setting net.core.somaxconn. Must be between 4096 and 3240000.

Link copied to clipboard
val netCoreWmemDefault: Int? = null

The sysctl setting net.core.wmem_default. Must be between 212992 and 134217728.

Link copied to clipboard
val netCoreWmemMax: Int? = null

The sysctl setting net.core.wmem_max. Must be between 212992 and 134217728.

Link copied to clipboard

The sysctl setting net.ipv4.ip_local_port_range max value. Must be between 32768 and 65535.

Link copied to clipboard

The sysctl setting net.ipv4.ip_local_port_range min value. Must be between 1024 and 60999.

Link copied to clipboard

The sysctl setting net.ipv4.neigh.default.gc_thresh1. Must be between 128 and 80000.

Link copied to clipboard

The sysctl setting net.ipv4.neigh.default.gc_thresh2. Must be between 512 and 90000.

Link copied to clipboard

The sysctl setting net.ipv4.neigh.default.gc_thresh3. Must be between 1024 and 100000.

Link copied to clipboard

The sysctl setting net.ipv4.tcp_fin_timeout. Must be between 5 and 120.

Link copied to clipboard

The sysctl setting net.ipv4.tcp_keepalive_intvl. Must be between 10 and 90.

Link copied to clipboard

The sysctl setting net.ipv4.tcp_keepalive_probes. Must be between 1 and 15.

Link copied to clipboard

The sysctl setting net.ipv4.tcp_keepalive_time. Must be between 30 and 432000.

Link copied to clipboard

The sysctl setting net.ipv4.tcp_max_syn_backlog. Must be between 128 and 3240000.

Link copied to clipboard

The sysctl setting net.ipv4.tcp_max_tw_buckets. Must be between 8000 and 1440000.

Link copied to clipboard

Is sysctl setting net.ipv4.tcp_tw_reuse enabled?

Link copied to clipboard

The sysctl setting net.netfilter.nf_conntrack_buckets. Must be between 65536 and 524288.

Link copied to clipboard

The sysctl setting net.netfilter.nf_conntrack_max. Must be between 131072 and 2097152.

Link copied to clipboard
val vmMaxMapCount: Int? = null

The sysctl setting vm.max_map_count. Must be between 65530 and 262144.

Link copied to clipboard
val vmSwappiness: Int? = null

The sysctl setting vm.swappiness. Must be between 0 and 100.

Link copied to clipboard
val vmVfsCachePressure: Int? = null

The sysctl setting vm.vfs_cache_pressure. Must be between 0 and 100.