ingress-nginx-helm/deploy
Thibault Jamet 1cd17cd12c
Implement a validation webhook
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
2019-04-18 19:07:04 +02:00
..
grafana/dashboards Rename nginx.yaml to nginx.json 2018-12-14 11:39:12 +00:00
monitoring Replace deprecated apiVersion in deploy/ 2019-01-09 22:40:24 +01:00
provider enable use-forwarded-headers for L7 LB 2019-02-18 14:31:09 +08:00
configmap.yaml Fix error in configmap yaml definition (#3516) 2018-12-04 20:06:14 -03:00
mandatory.yaml Release 0.24.1 2019-04-13 17:45:30 -04:00
namespace.yaml Add standard labels to namespace specs 2018-12-18 16:38:42 -06:00
rbac.yaml Fix deployments until next release (#3142) 2018-09-26 10:15:57 -03:00
README.md Fixed broken link in deploy README 2018-05-04 11:24:46 +02:00
validating-webhook.yaml.tpl Implement a validation webhook 2019-04-18 19:07:04 +02:00
with-rbac.yaml Release 0.24.1 2019-04-13 17:45:30 -04:00
with-validating-webhook.yaml.tpl Implement a validation webhook 2019-04-18 19:07:04 +02:00

Deployment documentation moved!

See /docs/deploy.