talos
talos copied to clipboard
Network Config: `BondConfig`
Bonds
Bond configuration document creates and configures the bond, it also embeds LinkConfig fields.
version: v1alpha1
kind: BondConfig
name: bond0 # name of the link
links: # links which are bonded, NB: order is important
- int0
- int1
macAddress: 00:aa:... # optional, set the MAC
settings: # Note: more settings follow, see existing configuration
mode: 802.3ad
lacpRate: fast
...
# embedded from LinkConfig, optional
mtu: 1500
up: true
addresses: [...]
routes: [...]
BondConfig conflicts with VLANConfig, BridgeConfig, WireguardConfig and LinkConfig with the same name.