Closed rafal-prasal closed 9 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.
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.