PoolBootstrapData interface
Bootstrap configuration for a FlexNode pool.
Properties
| azure | Azure environment and cluster identity information. |
| components | Component versions for the node runtime. |
| networking | Network configuration for the node. |
| node | Node-level configuration for kubelet, labels, and taints. |
Property Details
azure
Azure environment and cluster identity information.
azure?: BootstrapAzureConfig
Property Value
components
Component versions for the node runtime.
components?: BootstrapComponentVersions
Property Value
networking
Network configuration for the node.
networking?: BootstrapNetworkingConfig
Property Value
node
Node-level configuration for kubelet, labels, and taints.
node?: BootstrapNodeConfig