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
What happened:
Run "kubectl get nodes" get correct nodes information, but run "kubectl top node" get error :
Error from server (ServiceUnavailable): the server is currently unable to handle the request (get nodes.metrics
.k8s.io)
Run "kubectl get pods" get correct pods informaiton, but run "kubectl top pod" get error :
Error from server (ServiceUnavailable): the server is currently unable to handle the request (get pods.metrics.
k8s.io)
What you expected to happen:
run "kubectl top node", get correct node resource usage information
run "kubectl top pod", get correct pod resource usage information
How to reproduce it (as minimally and precisely as possible):
run ./cluster/kube-up.sh to start arktos on GCP
after cluster running, run "kubectl top node" to check node resource usage status Anything else we need to know?:
What happened:
Run "kubectl get nodes" get correct nodes information, but run "kubectl top node" get error :
Run "kubectl get pods" get correct pods informaiton, but run "kubectl top pod" get error :
What you expected to happen:
run "kubectl top node", get correct node resource usage information
run "kubectl top pod", get correct pod resource usage information
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):Google Cloud
cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: