-
Notifications
You must be signed in to change notification settings - Fork 1.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 node shows unknown
for almost all nodes
#165
Comments
here are some logs:
|
reverting back to
|
I had similar issue which was fixed after I added the flag- |
This fixed my issue. |
Ok I am experiencing the same issue under EKS and HPA is supposed to be working with eks.2 @cbluth did you find other solution other than going back to heapster? |
|
@ajatkj Hi, I've set -- --kubelet-preferred address-types=InternalIP and he still has errors. |
Can you help me? Thank you! |
Same as @JokerDevops here. For one of my nodes |
Have you tried setting |
So it was my fault. I have Bare Metal cluster so all my InternalIPs are external ones. But that was the node which hold the metrics server itself so it tried to request stats via internal source - external destination. Anyway - fixed my FW and now all is ok. |
I installed
metrics-server
on a fresh k8s v1.12.1 cluster viakubectl apply -f ./deploy/1.8+/
:Now, when I do
kubectl top node
i see this:The text was updated successfully, but these errors were encountered: