-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heapster metrics not showing up on the kubernetes dashboard #3147
Comments
facing same issue. I think the dashboard is not yet compatible with 1.11 |
The dashboard is running perfectly fine but I cannot see the Heapster metrics like CPU usage and memory details. |
In 1.11 k8s deprecated support for heapster-influxdb-grafana. They have their own implementation in metrics-server. The dashboard 1.8 can't communicate with metrics-server, it is build to support only heapster metrics. |
So whats the workaround for this? Do you mean only Heapster is supported with dashboard 1.8? |
Related to #2986 |
Closing in favor of #2986. |
If I understand it correctly, heapster support was deprecated in k8s 1.11 but should still work. I guess it's not enabled by default. What is the procedure to enable it? |
I got it working following these instructions. |
So basically, if you had a working dashboard+heapster and upgraded,
|
Thanks for the work around instructions! What are the implications of setting |
Dashboard version: 1.8
Kubernetes version: 1.11
Operating system: RedHat Linux
Node.js version:
Go version:
The text was updated successfully, but these errors were encountered: