-
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
DockerEnv Test: #10107
Comments
one thing to check is if our Lock is getting activated each time we try to look at the cert currentlty we do NOT regerenreate the cert if it exists. I wonder if we activate the Lock while checking if the cert exists. |
we should add debgging to the DockerEnv test if it fails, to give us the timestamp for the certs in home folder and the last time they were changed. |
/assign azhao155 |
@medyagh: GitHub didn't allow me to assign the following users: azhao155. Note that only kubernetes members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @azhao155 |
very possible related to this issue: docker/machine#3634 |
good find that could pretty much be the reason |
fixed by #10118 |
https://storage.googleapis.com/minikube-builds/logs/10100/0b52244/Docker_Linux.html#fail_TestFunctional%2fparallel%2fDockerEnv
I suspect this could be because the other parallel clusters are putting a lock on the Cert and it is not useable by the user. snice it hasppanes mostly in integration test and not in Github action where we run less parallel.
one solution could be generating Certs per cluster
rght now the certs used for docker-env are shared across all clusters
Users/medya/.minikube/certs
The text was updated successfully, but these errors were encountered: