-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/heapster] service name causes top to fail #1132
Comments
cc @jose5918 |
@mikesplain Do you think something along these lines would work for you?jose5918@109b6aa |
@jose5918 Yep! That's perfect, though I think you have a typo here: |
@mikesplain Thanks for catching that. Didn't have a chance to test it yesterday |
@jose5918 Any plans to send out a PR for this? |
@ferminromero Sorry about that. Thank you for reminding me. I had forgotten a few things since I was busy moving recently. |
When using the stable/heapster chart I'm seeing
kubectl top nodes
fail with:I was wondering if heapster might need additional labels such as
however it looks like the service needs:
kube-system
namespaceheapster
Running in the correct namespace could be left to the user using the
--namespace
flag, but should we consider dropping https://github.com/kubernetes/charts/blob/master/stable/heapster/templates/service.yaml#L4 to.Chart.Name
?The text was updated successfully, but these errors were encountered: