Cluster Node Pool Defaults Node Config Defaults Args
data class ClusterNodePoolDefaultsNodeConfigDefaultsArgs(val containerdConfig: Output<ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigArgs>? = null, val gcfsConfig: Output<ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfigArgs>? = null, val insecureKubeletReadonlyPortEnabled: Output<String>? = null, val loggingVariant: Output<String>? = null) : ConvertibleToJava<ClusterNodePoolDefaultsNodeConfigDefaultsArgs>
Constructors
Link copied to clipboard
constructor(containerdConfig: Output<ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigArgs>? = null, gcfsConfig: Output<ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfigArgs>? = null, insecureKubeletReadonlyPortEnabled: Output<String>? = null, loggingVariant: Output<String>? = null)
Properties
Link copied to clipboard
Parameters for containerd configuration.
Link copied to clipboard
The default Google Container Filesystem (GCFS) configuration at the cluster level. e.g. enable image streaming across all the node pools within the cluster. Structure is documented below.
Link copied to clipboard
Controls whether the kubelet read-only port is enabled for newly created node pools in the cluster. It is strongly recommended to set this to FALSE
. Possible values: TRUE
, FALSE
.
Link copied to clipboard
The type of logging agent that is deployed by default for newly created node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT. See Increasing logging agent throughput for more information.