Conflict between prometheos and metrics-server
See original GitHub issueI wanted to monitor my cluster and pods and I decided to install the prometheos addon of the microk8s. I was able to see some of the metrics of the node but then I noticed that my auto scalers (hpa) not working and when I got kubectl get hpa
I received <unknown>/75%
.
After some inspections and trial and error I found out the problem is promethous and after disabling it and later disabling and enabling metrics-server the auto-scalers started to work properly again. My question is, is there a conflict between microk8s addons? Because I have installed both promethous and metrics-server via microk8s.enable
OR the problem is promethous and its components have a real conflict with metrics-server? My next question is how can I solve this?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Conflict between prometheos and metrics-server #562 - GitHub
My question is, is there a conflict between microk8s addons? Because I have installed both promethous and metrics-server via microk8s.enable OR ...
Read more >Conflict with kube-prometheus when installing metric-server
What are my options if I'd like to get metric-server installed along with kube-prometheus ? Should I override or merge? Is that a...
Read more >Troubleshooting Managed Service for Prometheus
Delete any conflicting metrics with the "unknown" or "unknown:counter" suffix by calling DeleteMetricDescriptor. Time-series collisions. If you see one of the ...
Read more >Configuration - Prometheus.io
[ metrics_path: <path> | default = /metrics ] # honor_labels controls how Prometheus handles conflicts between labels that are # already present in...
Read more >Prometheus Custom Metrics Adapter | Rancher Manager
This is a great example for the custom metrics server. And you must be the cluster owner to execute following steps. Get the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi again, Just wanted to let you know that I installed prometheos via its helm chart and everything is good and working. I followed this link: https://medium.com/@at_ishikawa/install-prometheus-and-grafana-by-helm-9784c73a3e97 and the only change that I made was creating my own prometheus-values.yaml:
And I installed it with this command:
I didn’t check your manifests but I noticed two changes:
I hope these can help.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.