Skip to content

Commit

Permalink
add tunnelPort to cilium config
Browse files Browse the repository at this point in the history
this is in response to a post in home-cluster discord about having issues with cilum blocking vxlan traffic. I'm having some kind of communication issue with th gateway-init pods that are injected into pods when attempting to come online.
  • Loading branch information
jgilfoil committed Feb 26, 2024
1 parent 0082660 commit 432512a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/apps/kube-system/cilium/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ spec:
ipv4NativeRoutingCIDR: "${CLUSTER_CIDR}"
k8sServiceHost: 127.0.0.1
k8sServicePort: 6444
tunnelPort: 8469
kubeProxyReplacement: true
kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256
l2announcements:
Expand Down

0 comments on commit 432512a

Please sign in to comment.