Skip to content

Commit

Permalink
fix(cilium): switch to br0
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Jun 25, 2024
1 parent 45e6500 commit 46fd91c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cluster:

## NOTE: Cilium's routing modes for inter-nodes pod traffic
routingMode: native
devices: 'enp1s0' # use specific VLAN # TODO: figure out how to regex to match all interfaces with VLAN 58
devices: 'br0' # use specific VLAN # TODO: figure out how to regex to match all interfaces with VLAN 58
autoDirectNodeRoutes: true
ipv4NativeRoutingCIDR: "${IP_POD_CIDR_V4}"
loadBalancer:
Expand Down

0 comments on commit 46fd91c

Please sign in to comment.