-
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
docker v1.12: <index (index .NetworkSettings.Ports "22/tcp") 0>: error calling index: index of untyped nil -> container exited unexpectedly #8814
Comments
The first run fails due to:
The second fails due to:
@medyagh - do you mind looking into this and make these errors easier to debug? The output of |
I believe some investigative has gone into both of these things in the past, but I also wonder if they are race conditions where we are too impatient or not waiting for the right set of events to occur first. |
/cc @balopat - he did mention that this may have been upgrade related, but he no longer has logs. It's possible that minikube v1.12.1 may have accidentally fixed the upgrade issue, but I do not have high confidence in that. I do not believe we have done anything to make the two failures easier to debug, which we should. |
this basicly minikube created a container but it shortly exited, and still the advice that minikube gave is relevent. however in july-chil we added a Pr that checks the Docker Desktop memory size. one possible thing is, I see Creating docker container (CPUs=2, Memory=5901MB it could be the docker desktop has only 2 GB and not enough memory. do you mind sharing how much memory docker desktop has ? docker > settings > resources ... |
@balopat mentioned to me that he was upgrading from minikube v1.11.0 on macOS. Let's make sure to test this upgrade case a couple of times before closing this issue. |
Action items:
|
I don't think we should flood the display with verbose logs, when we are sure the reason is docker desktop under resourced.
|
|
This may be a dupe of #8179 The output seems to consistently include This appears to have no relation to under-resourced docker, but is in fact a minikube bug -- which is why the logs would be very helpful. |
docker logs showed: docker info:
CPU's: 2 File sharing is default: /Users /Volumes /private /tmp |
Fixed at HEAD. |
Version 1.12.0
See this comment for the full steps taken: https://github.com/GoogleCloudPlatform/cloud-code-intellij-internal/issues/2207#issuecomment-663070544
This may have since been fixed?
The text was updated successfully, but these errors were encountered: