How to set k8s not to check metric server?

7/23/2020

When running "helm install" command, the following error is thrown.

*Error: could not get apiVersions from Kubernetes: unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request*

kubectl get APIService has the following line in its outut v1beta1.metrics.k8s.io kube-system/metrics-server False (MissingEndpoints) 146d

How to resolve it? Why is metric server error coming when there is no metric server POD in my system ?

-- Chandu
kubernetes
kubernetes-helm

0 Answers