The development.md file does not exist. Clicking on "Development" link on the Welcome page returns a 404.
We already have a Developer Guide. Having the Development page should not be required. Hence, I am proposing that we remove it.
The cla has been signed.
* Create development guide section
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Apply suggestions from code review
Co-authored-by: Alex Zhang <tokers@apache.org>
* Typo solving and removing some TODOs
Co-authored-by: Alex Zhang <tokers@apache.org>
In case some ingress have a syntax error in the snippet configuration,
the freshly generated configuration will not be reloaded to prevent tearing down existing rules.
Although, once inserted, this configuration is preventing from any other valid configuration to be inserted as it remains in the ingresses of the cluster.
To solve this problem, implement an optional validation webhook that simulates the addition of the ingress to be added together with the rest of ingresses.
In case the generated configuration is not validated by nginx, deny the insertion of the ingress.
In case certificates are mounted using kubernetes secrets, when those
changes, keys are automatically updated in the container volume, and the
controller reloads it using the filewatcher.
Related changes:
- Update vendors
- Extract useful functions to check configuration with an additional ingress
- Update documentation for validating webhook
- Add validating webhook examples
- Add a metric for each syntax check success and errors
- Add more certificate generation examples
fix `make live-docs` reporting
```
INFO - The following pages exist in the docs directory, but are not
included in the "nav" configuration:
- user-guide/basic-usage.md
```
Change-Id: Iafd4d49b063ffb676cc303135495283a125b5297