Skip to main content

Troubleshooting

Last problems:

Ingress Nginx Controller Issue

The following is needed to configure the nginx controllers correct as a file for example custom-values.yaml:

controller:
kind: DaemonSet
service:
annotations:
load-balancer.hetzner.cloud/location: nbg1
load-balancer.hetzner.cloud/name: prod1
load-balancer.hetzner.cloud/use-private-ip: "true"
load-balancer.hetzner.cloud/uses-proxyprotocol: "true"
load-balancer.hetzner.cloud/http-redirect-https: "false"
config:
use-proxy-protocol: "true"

Then using

helm upgrade ingress-nginx ingress-nginx/ingress-nginx \
--namespace ingress-nginx \
-f custom-values.yaml

to apply it.

Also k3s yaml with kubernetes info's is stored under /etc/rancher/k3s/k3s.yaml for kubeconfig for example.