BootstrapNodeConfig interface

Node configuration returned as part of FlexNode bootstrap data.

Properties

kubelet

Kubelet configuration.

labels

Node labels to apply during registration.

maxPods

Maximum pods per node.

taints

Node taints in the format 'key=value:effect'.

Property Details

kubelet

Kubelet configuration.

kubelet?: BootstrapKubeletConfig

Property Value

labels

Node labels to apply during registration.

labels?: Record<string, string>

Property Value

Record<string, string>

maxPods

Maximum pods per node.

maxPods?: number

Property Value

number

taints

Node taints in the format 'key=value:effect'.

taints?: string[]

Property Value

string[]