Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/addons/cilium/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
repoURL: https://helm.cilium.io/
chartName: cilium
namespace: kube-system
version: ${CILIUM_VERSION:=1.18.4}
version: ${CILIUM_VERSION:=1.18.7}
options:
waitForJobs: true
wait: true
Expand Down
10 changes: 8 additions & 2 deletions templates/flavors/kubeadm/dual-stack/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ patches:
bgpControlPlane:
enabled: true
routingMode: native
devices:
- eth0
- eth1
nodePort:
addresses:
- 0.0.0.0/0
- ::/0
directRoutingDevice: eth0
kubeProxyReplacement: true
ipv4NativeRoutingCIDR: ${VPC_NETWORK_CIDR:=10.0.0.0/8}
ipv6NativeRoutingCIDR: ::/0
Expand All @@ -108,8 +116,6 @@ patches:
allow-localhost: policy
k8sServiceHost: {{ .InfraCluster.spec.controlPlaneEndpoint.host }}
k8sServicePort: {{ .InfraCluster.spec.controlPlaneEndpoint.port }}
extraArgs:
- --nodeport-addresses=0.0.0.0/0
ipam:
mode: kubernetes
ipv4:
Expand Down
Loading