This message was deleted.
# k3s
a
This message was deleted.
c
traefik is an ingress controller. If you deployed ingress-nginx you now have two ingress controllers. Which is probably not what you want, and it is not going to work well for you.
e
So what had I missing instead: • Deployed via official k3s-ansible • Deployed longhorn via chart described in the docs • Tried to expose the longhorn UI described in the docs via basic auth ( I think here it went south) • Deployed nginx ingress (that was also faulty)
I looked into the docs after getting home. https://longhorn.io/docs/1.8.1/deploy/accessing-the-ui/longhorn-ingress/ Seems I did it wrong there (stating nginx). Is it enough to replace ingressClassName with traefik?
c
yes
e
Sometimes it is easy and just in front. Was also a bit misleaded by following statement: "This project is intended to provide a "vanilla" K3s install."
c
where did you find that statement?
e
Here: https://github.com/k3s-io/k3s-ansible at the bottom of the readme.
c
huh. well, a vanilla install of K3s comes with traefik, which you have… so that is accurate.
e
Yes was my own confusion creating the trouble. I look forward to see the result tomorrow, after configuring the dashboard correctly.
Thanks @creamy-pencil-82913 With Traefik it works now. Now I stuck with a stucked longhorn-manager CrashLoopBackOff. 👍