BareMetalClusterNodeConfig

data class BareMetalClusterNodeConfig(val containerRuntime: String? = null, val maxPodsPerNode: Int? = null)

Constructors

Link copied to clipboard
constructor(containerRuntime: String? = null, maxPodsPerNode: Int? = null)

Types

Link copied to clipboard
object Companion

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
val maxPodsPerNode: Int? = null

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.