rancher / rancher

Complete container management platform
http://rancher.com
Apache License 2.0
23.42k stars 2.97k forks source link

rancher-monitoring/100.1.1+up19.0.3 does not provide etcd metrics #43451

Closed rafal-prasal closed 9 months ago

rafal-prasal commented 2 years ago

when deploying chart rancher-monitoring/100.1.1+up19.0.3 etcd metrics is missing.

when you look into the proxy pod gathering the metrics you can find issue with certificate of etcd which does not contain an IP address of etcd, but rather for localhost and etc...

after some trial and error with colleague of mine we were able to figure it out.

Workaround is to update values.yaml file rkeEtcd: clients: useLocalhost: true

final fix should set this value up in the rancher-monitoring umbrella chart values.yaml file.

github-actions[bot] commented 10 months ago

This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions.