switched to geneve tunneling

This commit is contained in:
Karim Naufal
2021-10-07 22:53:00 +02:00
parent 42c6181e88
commit fb2a32ade0
3 changed files with 15 additions and 10 deletions

View File

@@ -15,10 +15,10 @@ ipam:
# -- Configure the encapsulation configuration for communication between nodes.
# Possible values:
# - disabled (native routing on the hetzner network)
# - disabled (native routing works, however I feel that geneve is more stable, but I may be wrong)
# - vxlan
# - geneve
tunnel: disabled
tunnel: geneve
# -- Specify the IPv4 CIDR for native routing (ie to avoid IP masquerade for).
# This value corresponds to the configured cluster-cidr.

View File

@@ -1,11 +1,8 @@
controller:
kind: DaemonSet
service:
type: LoadBalancer
annotations:
load-balancer.hetzner.cloud/use-private-ip: "true"
# Adjust the location if you have customized it in terraform.tfvars
# For more info on Hetzner Cloud locations, see https://docs.hetzner.com/general/others/data-centers-and-connection/
load-balancer.hetzner.cloud/location: "fsn1"
# For details about, load balancer instances, see https://www.hetzner.com/cloud/load-balancer
load-balancer.hetzner.cloud/type: "lb11"
load-balancer.hetzner.cloud/name: nginx-ingress
load-balancer.hetzner.cloud/use-private-ip: true
load-balancer.hetzner.cloud/location: fsn1
load-balancer.hetzner.cloud/type: lb11