Skip to content

Commit

Permalink
move to bond interfaces, bump to 1.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carpenike committed Nov 25, 2024
1 parent ac955e5 commit a4100ee
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions kubernetes/cluster-0/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ clusterName: &clusterName ${clusterName}
endpoint: "https://${clusterName}.${domainName}:6443"

talosVersion: v1.8.3
kubernetesVersion: 1.30.0
kubernetesVersion: 1.31.3

cniConfig:
name: none
Expand All @@ -29,7 +29,12 @@ nodes:
ipAddress: 10.20.10.20
installDisk: /dev/sda
networkInterfaces:
- interface: eth2
- interface: bond0
bond:
mode: active-backup
deviceSelectors:
- hardwareAddr: 0c:c4:7a:8e:90:f4
driver: ixgbe
dhcp: true
vlans:
- &vlan30
Expand All @@ -45,7 +50,12 @@ nodes:
ipAddress: 10.20.10.21
installDisk: /dev/sda
networkInterfaces:
- interface: eth2
- interface: bond0
bond:
mode: active-backup
deviceSelectors:
- hardwareAddr: 0c:c4:7a:8f:9f:f2
driver: ixgbe
dhcp: true
vlans:
- *vlan30
Expand All @@ -56,7 +66,12 @@ nodes:
ipAddress: 10.20.10.22
installDisk: /dev/sda
networkInterfaces:
- interface: eth2
- interface: bond0
bond:
mode: active-backup
deviceSelectors:
- hardwareAddr: 0c:c4:7a:8f:3e:04
driver: ixgbe
dhcp: true
vlans:
- *vlan30
Expand All @@ -67,7 +82,12 @@ nodes:
ipAddress: 10.20.10.23
installDisk: /dev/sda
networkInterfaces:
- interface: eth2
- interface: bond0
bond:
mode: active-backup
deviceSelectors:
- hardwareAddr: 0c:c4:7a:eb:21:fc
driver: ixgbe
dhcp: true
vlans:
- *vlan30
Expand Down

0 comments on commit a4100ee

Please sign in to comment.