You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the metrics server using registry.k8s.io/metrics-server/metrics-server:v0.6.3 on kubernetes version 1.26 and i did the below changes on deployment args
/metrics-server
--kubelet-insecure-tls
--kubelet-preferred-address-types=InternalIP
My k8s setup is on virtualBox with 1 master and 2 worker nodes.
i used to get all the times as metrics not available
root@client:/pods# k top pods
Error from server (ServiceUnavailable): the server is currently unable to handle the request (get pods.metrics.k8s.io)
root@client:/pods# k top nodes
Error from server (ServiceUnavailable): the server is currently unable to handle the request (get nodes.metrics.k8s.io)
Let me know if you any more information
The text was updated successfully, but these errors were encountered:
I have installed the metrics server using registry.k8s.io/metrics-server/metrics-server:v0.6.3 on kubernetes version 1.26 and i did the below changes on deployment args
My k8s setup is on virtualBox with 1 master and 2 worker nodes.
i used to get all the times as metrics not available
root@client:
/pods# k top pods/pods# k top nodesError from server (ServiceUnavailable): the server is currently unable to handle the request (get pods.metrics.k8s.io)
root@client:
Error from server (ServiceUnavailable): the server is currently unable to handle the request (get nodes.metrics.k8s.io)
Let me know if you any more information
The text was updated successfully, but these errors were encountered: