DOC: add fix for missing ingress-nginx servicemonitor
This commit is contained in:
parent
a0567a7bf8
commit
c6a907b213
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@
|
||||||
|
|
||||||
## Notes
|
## 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
|
### Linode
|
||||||
|
|
||||||
PROXY protocol needs to be enabled for ingress-nginx to see the clients IP in ingress log.
|
PROXY protocol needs to be enabled for ingress-nginx to see the clients IP in ingress log.
|
||||||
|
|
Loading…
Reference in a new issue