Closed ale8k closed 4 years ago
@ale8k thank you for taking the time to report this issue, I believe the logs is not fully pasted, do you mind sharingt the full logs ? so I can see the exact error message ? all the logs that pasted only has info logs and not the actual error.
also do you mind sharing how much memory/cpus your Docker Desktop has ? Docker Desktop > Settings > Resources ...
and have you tried
docker system prune -a
to see if that helps you?
btw are you using any specific corp VPN or Proxy ?
/triage needs-information /triage support
@ale8k do you still have this issue ? and you mind pasting the full log with the lastes verison of minikube ? I see the log is partial
I haven't heard back from you, I wonder if you still have this issue? Regrettably, there isn't enough information in this issue to make it actionable, and a long enough duration has passed, so this issue is likely difficult to replicate.
I will close this issue for now but please feel free to reopen whenever you feel ready to provide more information.
I have also occurred this problem
C:\Users\chirag.modha>minikube start --alsologtostderr -v=4 to debug crashes I0221 12:36:06.055972 7884 out.go:229] Setting OutFile to fd 84 ... I0221 12:36:06.058974 7884 out.go:276] TERM=,COLORTERM=, which probably does not support color I0221 12:36:06.059975 7884 out.go:242] Setting ErrFile to fd 88... I0221 12:36:06.060988 7884 out.go:276] TERM=,COLORTERM=, which probably does not support color W0221 12:36:06.081000 7884 root.go:266] Error reading config file at C:\Users\vivek gandhi.minikube\config\config.json: open C:\Users\vivek gandhi.minikube\config\config.json: The system cannot find the file specified. I0221 12:36:06.086232 7884 out.go:236] Setting JSON to false I0221 12:36:06.091231 7884 start.go:106] hostinfo: {"hostname":"DESKTOP-VK9NG8Q","uptime":8720,"bootTime":1613882446,"procs":225,"os":"windows","platform":"Microsoft Windows 10 Pro","platformFamily":"Standalone Workstation","platformVersion":"10.0.19041 Build 19041","kernelVersion":"10.0.19041 Build 19041","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"2db81c1c-cf2a-46d0-be6a-3d3a3ba68f4c"} W0221 12:36:06.092289 7884 start.go:114] gopshost.Virtualization returned error: not implemented yet I0221 12:36:06.144692 7884 out.go:119] * minikube v1.17.1 on Microsoft Windows 10 Pro 10.0.19041 Build 19041
stderr: I0221 12:36:10.476737 7884 cli_runner.go:111] Run: podman container inspect minikube --format={{.State.Status}} I0221 12:36:10.476737 7884 delete.go:46] couldn't inspect container "minikube" before deleting: unknown state "minikube": podman container inspect minikube --format={{.State.Status}}: exec: "podman": executable file not found in %PATH% stdout:
stderr:
W0221 12:36:10.478229 7884 start.go:382] delete host: Docker machine "minikube" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
W0221 12:36:10.479279 7884 out.go:181] ! StartHost failed, but will try again: config: please provide an IP address
! StartHost failed, but will try again: config: please provide an IP address
I0221 12:36:10.480986 7884 start.go:392] Will try again in 5 seconds ...
I0221 12:36:15.494256 7884 start.go:313] acquiring machines lock for minikube: {Name:mk31ca9b7cf51714808dad142666d59973a346ce Clock:{} Delay:500ms Timeout:13m0s Cancel:
W0221 12:36:15.635320 7884 out.go:181] X Exiting due to GUEST_PROVISION: Failed to start host: config: please provide an IP address X Exiting due to GUEST_PROVISION: Failed to start host: config: please provide an IP address W0221 12:36:15.639771 7884 out.go:181] W0221 12:36:15.642523 7884 out.go:181] * If the above advice does not help, please let us know:
Steps to reproduce the issue:
Environment:
Things I've tried
Full output of failed command:
I've posted as much as I can, but it continues doing this forever (repeating the same things I mean).
Optional: Full output of
minikube logs
command:If there's anything else that would be useful / helpful in solving this, let me know and I'll update the issue ASAP.