-
Notifications
You must be signed in to change notification settings - Fork 475
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
Gateway liveness and readiness probes failing [AKS] #1110
Comments
You need to run through the troubleshooting guide to find out what's wrong with the faasnetes container. https://docs.openfaas.com/deployment/troubleshooting/ I also have a good post on my blog about this: https://blog.alexellis.io/troubleshooting-on-kubernetes/ Alex |
Hi @alexellis, I've gone through your guides, which cover mostly what I already checked, thanks for that, but I still can't say why it's failing, other than the probes are failing. Here's the gateway logs
The events tell me the same... liveness and readiness probes failing.
|
I'm so sorry for the confusion. I asked you for the logs from faas-netes - not the gateway. The troubleshooting guide gives you the exact commands, when you run them, you'll get more info. Perhaps it was also unclear, but my troubleshooting guide tells you to get the events for the namespace. Please can you do that too. As a rule, we do not troubleshoot or debug the clusters of community edition (free) users. I'm doing this as an exception. Alex |
Hi again @alexellis, The confusion was mine, I misread your advise.
Now this was unexpected, maybe it was a change that I missed in the release notes. Is a license file required for CE? |
I'll get this issue closed as there is no problem that I can see above. No additional license is required for CE, however you should consult the docs for what's available for free users vs paid: You should convert that installation to use the controller mode, no custom resource is available for the community edition. Or you can revert to the prior version that you were using previously - but beware that the base image and some libraries used contain high severity CVEs. Of course, you know that we are always here, if you want to talk about options for OpenFaaS Standard for your use within your business. Alex |
This issue is occurring on an "old" cluster that was upgraded recently (on Azure) to v1.26, but the same happens on a clean install.
The gateway keeps crashing and never starts. Describing the pod or looking at the logs, it seems like the liveness and readiness probes are failing. All other components seem to be up and running.
Expected Behaviour
The gateway pods should be up and running.
Who is this for?
Fonix Telematics, yes, listed in the adopters list.
Steps to Reproduce (for bugs)
OpenFaaS was installed with arkade, using the following arkade
Your Environment
AKS Kubernetes 1.26.3
OpenFaaS Helm Chart 13.0.0
Other stuff
There's a published issue on AKS 1.22 and 1.23 here. Other related and maybe relevant issue [here]. This might have nothing to do with it.
Both clusters are still live, if there's any other information that I can provide, just ask.
The text was updated successfully, but these errors were encountered: