Skip to content

Commit 845230c

Browse files
[deps] Cilium 1.18.2 default, set direct routing device (#887)
* set direct-routing-device for cilium * bump cilium * bump cilium to 1.18, wildcard the interface
1 parent 62acd00 commit 845230c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/addons/cilium/cilium.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
repoURL: https://helm.cilium.io/
1010
chartName: cilium
1111
namespace: kube-system
12-
version: ${CILIUM_VERSION:=1.16.10}
12+
version: ${CILIUM_VERSION:=1.18.2}
1313
options:
1414
waitForJobs: true
1515
wait: true
@@ -18,6 +18,8 @@ spec:
1818
bgpControlPlane:
1919
enabled: true
2020
routingMode: native
21+
nodePort:
22+
directRoutingDevice: eth+
2123
kubeProxyReplacement: true
2224
ipv4NativeRoutingCIDR: ${VPC_NETWORK_CIDR:=10.0.0.0/8}
2325
tunnelProtocol: ""

0 commit comments

Comments
 (0)