"warn if docker is slow" logic doesnt work #19577
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
when trying to fix this issue #19576
that docker desktop Hangs on listing containers... I didnt get any warnninig from minikube that docker is slow and minikube hanged....
(only with a docker desktop Docker Desktop 4.34.0 with macos)
I remembered that we had a logic that was supposed to Warn users but apparantly that logic doesnt work
here is the code that lists the containers in oci.go
and also here is the runCmd logic that was supposed to Warn users that the docker or podman is returning slow
the logic is in cli_runner.go
we need to fix this code so it can be triggered the slowness of docker or podman. it really hurts user experience when they try to delete minikube and it just hangs ...without any info
to mock this , you can make a dummy "docker" binary in your path that Waits 10 minutes(to emulate a slow docker)
The text was updated successfully, but these errors were encountered: