Hi all, I'm looking for a guide how to properly us...
# general
f
Hi all, I'm looking for a guide how to properly use the rke2-traefik chart. I did manage to activate it, but whatever I try I keep getting bad gateway on the ingress I setup.
m
rke2-traefik chart comes from the upstream traefik chart. Most of the same values apply.
I've followed this before and it worked with no issues https://doc.traefik.io/traefik/providers/kubernetes-ingress/
f
Thanks for the info @mysterious-animal-29850. But that’s basically what I used. I enabled traefik using the config.yaml setting ingress-controller: traefik. That seems to work I get the pod and service. But when I use a simple helloworld server or anything and I try to use an ingress route to use it it just gives a bad gateway. The logs on the traefik pod doesn’t give me any hints. Do you have any hint on how to troubleshoot this?
Does any one have some more advice on this?
m
Share your ingress crd, any helmchartconfig overrides and your deployment/svc helloworld crds
f
Thanks for trying to help but I managed to get it working. I added a loadbalancer to get it working.
👍 1