-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
"kubectl top pods" requires heapster - reinstate addon? #8360
Labels
area/addons
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Comments
sharifelgamal
added
area/addons
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
labels
Jun 2, 2020
I think this is about kubernetes(kubectl?) issue. It is confusing output(All we need is
Or should we enable metrics-server addon as default to avoid this issue? |
Thanks! Perhaps we could make heapster an alias for metrics-server, or make
an error message that says "heapster's functionality has been replaced by
metrics-server".
…On Wed, Jun 3, 2020 at 7:21 PM go_vargo ***@***.***> wrote:
I think this is about kubernetes(kubectl?) issue. It is confusing output.
With minikube's metrics-server addon, we can get top pod & top node.
$ minikube start
$ kubectl top pods
Error from server (NotFound): the server could not find the requested resource (get services http:heapster:)
$ minikube addons enable metrics-server
🌟 The 'metrics-server' addon is enabled
(〜wait for some minutes〜)
$ kubectl top pods -n kube-system
NAME CPU(cores) MEMORY(bytes)
coredns-66bff467f8-c6wwn 3m 6Mi
coredns-66bff467f8-rbwzf 4m 6Mi
etcd-minikube 23m 27Mi
kube-apiserver-minikube 54m 256Mi
kube-controller-manager-minikube 20m 34Mi
kube-proxy-dwdwd 0m 8Mi
kube-scheduler-minikube 4m 10Mi
metrics-server-7bc6d75975-2m29p 0m 9Mi
storage-provisioner 0m 16Mi
Or should we enable metrics-server addon as default to avoid this issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8360 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAYYMFK7XR3T2YN62JPE5DRU4AKFANCNFSM4NQ5TSVA>
.
|
I’d like to work on this issue. Do we have similar alias addon such like this? |
/assign |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/addons
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
The heapster addon was removed some time ago due to it being deprecated. I guess it isn't deprecated enough!
The text was updated successfully, but these errors were encountered: