https://rancher.com/ logo
c

crooked-cat-21365

03/13/2023, 1:42 PM
Is there some way to kick out traefik in favor of good old nginx? I tried to remove the helm chart in kube-system, but next moring it was back and caused problems. 😞 traefik was selected at install time of the managed cluster as the default ingress.
h

hundreds-evening-84071

03/13/2023, 2:08 PM
assuming you are working with k3s since Traefik is default there...
Seems like you can also do this way:
"To disable it, start each server with the
--disable=traefik
flag."
https://docs.k3s.io/networking#traefik-ingress-controller
c

crooked-cat-21365

03/13/2023, 3:33 PM
I had hoped for some easy to edit yaml file to remove it once for all...
3 Views