-
Notifications
You must be signed in to change notification settings - Fork 100
ingress on k3s not full working #945
Comments
Can you deploy any ingress successfully on this cluster? I suspect Traefik is misconfigured. We ran into a similar problem awhile ago with Civo's treafik install being misconfigured: obot-platform/obot#494 |
Tks,but ssl still doesn't work ssl error:TRAEFIK DEFAULT CERT |
I don't think that is pertinent yet. I think we need to ensure your ingress is working before we debug ths SSL error. If you don't want to setup a non-acorn service to test ingress, you could do the following:
I suspect that the ingress object won't have load balancer information in the status field. If that's the case, it means the ingress can't "solve" the ingress and in my experience with traefik, it often points to it being misconfigured? A different thing you could try to debug: rather than disable k3s's built-in ingress and deploy your own, just leave the built-in one enabled and see if it works. |
acorn run Acornfile
acorn apps
kubectl get -A ingress -o yaml
curl http://long-surf.***
curl https://long-surf.***
|
Thanks for that. And the above is with your custom install of Traefik? How are you expecting the cert to be provisioned? Have you installed cert-manager yourself or did you turn on our Let's Encrypt integration? (https://docs.acorn.io/installation/options#tls-via-lets-encrypt) |
i use acorn let's encrypt integration:
|
ah, ok. I see the issue... the one piece of our TLS integration that we are missing is suppoting it for custom domains specified via: I am hoping we get that out this month. Here is the tracking issue: obot-platform/obot#206 (comment) I'll add this issue to the milestone and track it along side the others, so that when this feature is complete, you'll get notified on this issue. |
Addressed in v0.5.0. But note that for some ingress controllers (specifically observed with nginx on AKS), it wasn't working properly (see: obot-platform/obot#1135). That'll be fixed in v0.5.1, which is releasing next week. |
i use k3s to deploy acorn and encounter the following problems:
k3s install scripts:
traefik install
acorn info:
The text was updated successfully, but these errors were encountered: