-
Notifications
You must be signed in to change notification settings - Fork 504
nginx-ingress stuck: "does not have ingress points" #7009
Comments
|
I just switched out the nginx images with the newest releases. nginx-ingress pod log
|
Hi did you figured out how to solve this ? I also had same problem sh-4.2# kubectl logs nginx-ingress-7ddc99b46c-6b9wk --namespace nginx-ingress BTW, do you know what docker version and k8s version are workable for latest gofabric8 ? |
I never figured out how to get rid of And I never got fabric8 working. I think I was close, but I never figured out what value to give to |
Because init-containers in k8s was deprecated in 1.6 or something, I suppose you'll have to use 1.5. I never bothered trying that. |
well, thx, anyway, i tried docker 17+k8s 1.9, docker 1.12 + k8s 1.7.2, i didn't make it work, and i searched on website, i see someone successfully make it work on k8s 1.7.2 or 1.7.3 ... |
I realise that it's ambitious to think that fabric8 will work with k8s 1.9, but despite the issue on init-containers being out of beta I thought I'd give it a shot.
Steps to reproduce
The
gofabric8 deploy
command never completes:gofabric8 output
The
nginx-ingress
doesn't have permissions to see other services in its namespace so I gave it permissions:nginx-ingress-permissions.yaml
Now the
nginx-ingress
service/deployment entersCrashLoopBackOff
.It says something about missing ingress points and then dies.
nginx-ingress pod log
I understand that this issue may be down prioritised, but I though I'd file the issue anyway.
The text was updated successfully, but these errors were encountered: