-
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
Verify Apiserver in docker-env #9938
Comments
/assign azhao155 |
@azhao155 i was looking at #9936 where the
minikube/test/integration/functional_test.go Line 225 in a60e264
minikube/cmd/minikube/cmd/start_flags.go Lines 665 to 667 in a60e264
minikube/test/integration/functional_test.go Line 114 in a60e264
so, these two issues might be related |
I don't understand the title, docker-env doesn't have anything to do wtih apiserver ? |
While run docker-env, we need to make sure dockerd is up. If it's not up, we need to wait for api server container to be up and then restart dockerd |
#9973 for the improvement. |
currently we only wait 5 seconds after restarting,,,we should verify
here is an example of failure
https://storage.googleapis.com/minikube-builds/logs/9933/f3be305/Docker_Linux.html#fail_TestFunctional%2fparallel%2fDockerEnv
some places in the code
https://github.com/medyagh/minikube/blob/12893a6121d39ae4c3d2f2f7b4d9cfb3fa9f605f/cmd/minikube/cmd/docker-env.go#L245
https://github.com/medyagh/minikube/blob/12893a6121d39ae4c3d2f2f7b4d9cfb3fa9f605f/pkg/provision/ubuntu.go
The text was updated successfully, but these errors were encountered: