DOC: add fix for missing ingress-nginx servicemonitor

This commit is contained in:
Sebastian Mark 2022-02-06 15:43:50 +01:00
parent a0567a7bf8
commit c6a907b213

View file

@ -8,6 +8,11 @@
## Notes
### ingress-nginx servicemonitor
For unknown reasons the servicemonitor is not create on helm install and therefore no metrics will be scraped by prometheus.
Use `helm upgrade -n ingress-nginx ingress-nginx ingress-nginx/ingress-nginx` to force an update of t the release.
### Linode
PROXY protocol needs to be enabled for ingress-nginx to see the clients IP in ingress log.