-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fresh install fails #12
Comments
looks like it is because ingress objects is still v1beta in 1.18. i think project should support old versions or have updated documentation. |
@tazhate Thanks for reporting this. I'll have a fix ready in a few hours. |
@compumike oh nice! thanks! |
@tazhate I believe this is fixed now and just pushed a new release |
@compumike now controller is running (so topic bug is fixed), but proxy fails to start.
|
OK. It looks like your service is named Run Find the entry
Make sure that the Out of curiosity, how did you install ingress-nginx to your cluster? I'd love to see if this alternate name is present in some documentation somewhere. Thanks. |
@compumike thanks. now everything works like expected. i think i've just copy-paste it from some tutorial like "nginx ingress via helm install" :) so different svc name is because of different helm release name. |
Perfect. Glad to hear it! |
Necro-posting, hope this helps anyone that stumbles upon it. I had a similar issue because I'd customized the service name during my helm install to
And I was, I had just configured it with non-defaults 😅 It also turned out that I was using the default namespace (can't remember why, warn me if this is bad!), in the end my deployment's alteration ended up looking like this: env:
- name: TARGET_SERVER
value: company-ingress-nginx-controller.default.svc.cluster.local
resources: # ... Presto, no CrashLoopBackoff |
[2023-05-05T08:15:06.084436 #1] INFO -- : Polling all Ingress resources and CoreDNS configuration... │ |
I am using nginx-ingress in cluster in Digital Ocean.
Pods failed with:
k8s version v1.18.8, nginx ingress is v0.40.2
The text was updated successfully, but these errors were encountered: