ktop
ktop copied to clipboard
Could not find requested resource
On requesting for a specific namespace(e.g. ehcache-demo), it throws the following error:-
ktop -n ehcache-demo
Error: the server could not find the requested resource (get nodes.metrics.k8s.io): the server could not find the requested resource (get pods.metrics.k8s.io): the server could not find the requested resource (get pods.metrics.k8s.io)
This is also happening to me in Kubernetes KIND.. any idea how to resolve that? Is that something that needs to be enabled in the cluster?
Same here
It may be caused that there are not metric-server on your k8s. For exampe, If you use on minkube let's enable metric-server via $ minikube addons enable metrics-server.