Kubernetes Cluster Node Pool Linux Os Config Args
data class KubernetesClusterNodePoolLinuxOsConfigArgs(val swapFileSizeMb: Output<Int>? = null, val sysctlConfig: Output<KubernetesClusterNodePoolLinuxOsConfigSysctlConfigArgs>? = null, val transparentHugePageDefrag: Output<String>? = null, val transparentHugePageEnabled: Output<String>? = null) : ConvertibleToJava<KubernetesClusterNodePoolLinuxOsConfigArgs>
Constructors
Link copied to clipboard
constructor(swapFileSizeMb: Output<Int>? = null, sysctlConfig: Output<KubernetesClusterNodePoolLinuxOsConfigSysctlConfigArgs>? = null, transparentHugePageDefrag: Output<String>? = null, transparentHugePageEnabled: Output<String>? = null)
Properties
Link copied to clipboard
Specifies the size of swap file on each node in MB.
Link copied to clipboard
A sysctl_config
block as defined below.
Link copied to clipboard
specifies the defrag configuration for Transparent Huge Page. Possible values are always
, defer
, defer+madvise
, madvise
and never
.
Link copied to clipboard
Specifies the Transparent Huge Page enabled configuration. Possible values are always
, madvise
and never
.