switched to geneve tunneling
This commit is contained in:
@@ -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.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user