-
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
Missing pod metrics on Docker 1.18 (kubeadm K8s version 1.19) #581
Comments
Looks like duplicate of kubernetes/kubernetes#94281 |
The Kubernetes 1.18 cluster where it works has the following docker version:
The cluster where it does not work, has the exact same docker version. Both hosts run Debian 10 Buster. |
I can confirm that an upgrade to docker 19.3.12 resolves the issue. |
Thank you for confirming |
Steps to reproduce:
--kubelet-preferred-address-types=InternalIP
and--kubelet-insecure-tls
to the args for the deploymentkubectl top nodes
andkubectl top pods
What happened:
kubectl top nodes
works fine and as expected.kubectl top pods
returns an error:What you expected to happen:
kubectl top pods
works as expected.Anything else we need to know?:
Environment:
kubectl version
): 1.19/king bug
The text was updated successfully, but these errors were encountered: