adamant-kite-43734
01/27/2024, 8:15 AMcreamy-pencil-82913
01/27/2024, 9:28 AMcreamy-pencil-82913
01/27/2024, 9:28 AMcreamy-pencil-82913
01/27/2024, 9:29 AMbetter-rose-3015
01/27/2024, 10:05 AMapiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
valuesContent: |-
ports:
websecure:
proxyProtocol:
insecure: true
web:
proxyProtocol:
insecure: true
as /var/lib/rancher/k3s/server/manifests/traefik-config.yaml
on one of the master nodes. In my case, I can use insecure: true
, because no other host except the LBs is able to connect anyway. Other people might want to use trustedIPs: [ "10.0.0.0/8" ]
or similar instead.quick-dentist-45681
01/28/2024, 8:01 AMbetter-rose-3015
01/29/2024, 7:49 AMquick-dentist-45681
01/29/2024, 8:46 AMbetter-rose-3015
01/29/2024, 8:49 AMyou need a range of public ips that you can select virtual ips from, that get routed into your networkAnd that is exactly what I don't have. I don't have any virtual IPs, just 1 fixed IP per server. It could work with IPv6, but I'm not sure I want to get involved with this right now. There's also no way to use BGP or anything like that. Sadly
better-rose-3015
01/29/2024, 8:51 AM