Bare Metal Cluster Node Config
data class BareMetalClusterNodeConfig(val containerRuntime: String? = null, val maxPodsPerNode: Int? = null)
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.