Skip to content

Commit

Permalink
make the cp-0 device also use bond for cilium simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
carpenike committed Nov 25, 2024
1 parent e07fa96 commit 3745cab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kubernetes/cluster-0/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ nodes:
# disableSearchDomain: true
ipAddress: 10.20.0.20
installDisk: /dev/vda
networkInterfaces:
- interface: bond0
bond:
mode: active-backup
deviceSelectors:
- hardwareAddr: 52:54:00:bf:00:c3
driver: virtio_net
dhcp: true

- hostname: node-0.holthome.net
controlPlane: true
Expand Down

0 comments on commit 3745cab

Please sign in to comment.