-
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
Support metrics API #2986
Comments
I can start working on this. |
Awesome, this is yours then. Enjoy :) Talk to me or @konryd on slack if you need any help. |
@ibrasho looking forward to your good news. |
I hadn't had much time to work on this in the past couple of weeks. I'm expecting to be able to put more time into it soon. I'd appreciate someone with good understanding of the current implementation to run ideas by on Slack or email. |
+1 |
+1 |
+1 from me
… On Aug 3, 2018, at 8:52 PM, Chris Beach ***@***.***> wrote:
+1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
+1 |
2 similar comments
+1 |
+1 |
+1 |
1 similar comment
👍 |
People, you don't need to each individually comment "+1" to follow this issue. Just subscribe to it using the button to the right. |
@llamahunter |
Since this didn't make it into the latest release, is it still planned to replace the dependency on Heapster with the metrics API? (@ibrasho ?) We're having to run Heapster along-side metrics-server in our 1.11 cluster just for the dashboard 😬 |
Any news on that ? As right now using k8 1.11.3 and the latest version of the dashboard/heapster/influxdb
|
I just want to add that those additional dependencies take quite a bit of resource, too. I hope you will be able to switch to the new API soon. Thanks for working on this. |
#3504 Is ready to be reviewed. Please bring any criticisms (constructive or otherwise) and we'll hash this out. :) |
@weiqiang333 对不起,标准语言是英语。如果您不会说英语,请使用翻译服务。 (And sorry for my terrible Chinese... I simply used Google Translate...) |
As someone who has deployed dashboard w/ heapster, coming back here and trying to figure out if I still need to use heapster, or if I can use metrics-server is very confusing. The wiki still states you have to use heapster? |
@chiefy this has been merged, but not yet released. |
@labria Do we know the approximate release date for 2.0? |
any idea on new release date for 2.0? |
How's this going? |
Check the relases :) |
Looks like there's a mistake in https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta1/aio/deploy/recommended.yaml, the deployment refers to I'm also having trouble running this on 1.13. Looks like the dashboard isn't finding the metrics scraper service so isn't starting. |
Ya same issue here..I tried deploying this and it worked. It is not on https though |
Anyone faced issue mentioned in #4088 and fixed? |
same issue here on 1.14 |
Does this problem have been fixed on 1.14? |
Metrics support is part of v2 beta. Beta is not part of K8s release, we have to make it final then we can update. |
Same issue on kubernetes V1.15.2 |
Dashboard doesn't support metrics on Kubernetes V1.15.3 🙁 |
Any details about that? Version used? Configuration details? Without additional information, I am just assuming this is a configuration issue on your end. |
Kubernets V1.15.3 & Dashboard v1.10.1, I installed metrics successful, After refresh the dashboard page, I can't see the CPU graph. I need to configure something? |
I have this issue when there are 'completed' pods in my namespace. When I execute |
@BskyRui what part of the sentence "Metrics support is part of v2 beta" is not clear? It will not work with v1. Also, there are still some issues related to the graphs itself: https://github.com/kubernetes/dashboard/milestone/1 |
kubeadm v1.16.2 is there any idea how to run dashboard there ? |
@patsadow2 We've gotten the v2 beta dashboard running easily in our 1.16.2 cluster, using the manifest provided here. |
dashboard should read from the metrics APIs in order to be compatible with future kubernetes versions.
heapster is being deprecated (kubernetes-retired/heapster#2022) in favor of metrics-server (https://github.com/kubernetes-incubator/metrics-server).
The current heapster or metrics-server releases can provide the metrics APIs (https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/resource-metrics-api.md). So a single client implementation can support both on I think kubernetes 1.7 or above.
cc #2976, #1310
The text was updated successfully, but these errors were encountered: