-
Notifications
You must be signed in to change notification settings - Fork 4.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
CPU usage is not shown in minikube v1.25.1 when --kubernetes-version=v1.21.2 is specified #13620
Comments
Me too. I run with different kubernetes versions. OS: macOS |
Hi @Noksa, thanks for reporting your issue with minikube! In 1.24 we started increasing the Could you try running |
Hi @spowelljr, thanks. It resolved the problem for me. |
Glad that worked @marksartdev, the next minikube release will include a
|
@spowelljr |
Glad that worked @Noksa, I'm going to close this issue, but feel free to respond if you have any further questions, thanks! |
@spowelljr I am running minikube by using this |
Thanks @spowelljr for the trick. It worked for me. |
Not quite similar to the original issue but I just needed to enable the minikube addons enable metrics-server
kubectl top pod --all-namespaces |
Work perfectly but only after complete host reboot. |
What Happened?
CPU metrics are not working anymore. They always are zero for all containers.
It works the same for
none
anddocker
drivers. About other drivers I'm not sure.CPU usage is always 0 for all containers all time:
Or it just says that there are no resources found:
At the same time it works with v1.22.0 minikube (as example):
CPU and MEMORY are not zero:
Attach the log file
log.txt
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: