Description
The toubleshooting guide has grown quite large, nearly 500 lines now. That's not a bad thing, but I believe it should be re-organized to make it easier to navigate. It's also a bit difficult to see the different headings on the docs page. Difference between ##
and ###
are very slight.
Currently, the topics are focused on how to do something:
- Timeouts
- Healthcheck
- Watchdog
These are useful if you know what you're looking for, however, it's difficult to know what you need to do when something is wrong and you're not familiar with the project.
I propose the Troubleshooting guide be updated to a question/answer format to make it easier to find relevant information.
A good example of this is in the "Troubleshooting Swarm or Kubernetes" section: I forgot my gateway password
There have been a couple of conversations happening on Slack that have come up before. The members have linked to sections in the docs, but without knowing what to look for, the others have to ask.
Some examples of questions that came up (in the "openfaas" channel):
- Why doesn't auto-scaling work like I expect it?
- Why is my function not ready after
faas-cli deploy
? - How do I invoke a function via cron job?
- How do I change the alert rules?
- I can't access the UI on
localhost
Possibly some of these could go into a new "FAQ" page. Those questions that aren't really problems but more curiosity...