-
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
start race: x509: certificate is valid for <ips>, not <ip> #4967
Comments
Even with locking in https://storage.googleapis.com/minikube-builds/logs/5341/VirtualBox_Linux.txt
|
This appears to be gone? |
Seen in Cloud Shell:
Running |
this could be fixed by this #7756 |
I haven't seen this issue in a while, I am gonna close this till I am convineced it it is not fixed |
I still see this problem with minikube v1.16.0 on Windows 10 with Hyper V. I can reproduce it by stopping and starting minikube. Every time I stop and restart minikube, it has a different IP address. Based on the error message, I would expect to see it every time, but that doesn't happen. Some times minikube restarts and some times it doesn't. Is there any way to work around this? |
making issue out of @tstromberg conversations n slack:
as seen in integration tests ( the parallel version)
https://storage.googleapis.com/minikube-builds/logs/4966/Linux-KVM.txt seems to indicate that tests may be running kubelet commands against the wrong minikube context (race condition?).
more errors
I feel like it’s cleanest for certs to be per-profile, to avoid raciness. Apparently in that log, one IP is for TestDocker and the other TestContainerd
The issue appears to be two profiles using the same certs.
The text was updated successfully, but these errors were encountered: