Bare Metal Cluster Node Config Args
data class BareMetalClusterNodeConfigArgs(val containerRuntime: Output<String>? = null, val maxPodsPerNode: Output<Int>? = null) : ConvertibleToJava<BareMetalClusterNodeConfigArgs>
Properties
Link copied to clipboard
The available runtimes that can be used to run containers in a Bare Metal User Cluster. Possible values are: CONTAINER_RUNTIME_UNSPECIFIED
, DOCKER
, CONTAINERD
.
Link copied to clipboard
The maximum number of pods a node can run. The size of the CIDR range assigned to the node will be derived from this parameter.