-
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
hyperkit time falls behind: failed to write or validate certificate "apiserver": the certificate is not valid yet #4263
Comments
I suspect the clock on your computer may be behind the real world. Do you mind sharing the output of:
|
On second thought, it actually may just be the time within the VM. The If the VM clock is way behind, just run |
I think the date might have been the issue, I'm re-running the start now. Do you think it would be worthwhile to check for this upon start? I suspect this might not be a very unique case: start minikube on a laptop, put it away, work on something else, come back to minikube, start again, the time will be grossly off. I think this might answer your question(s) @tstromberg Thanks for the quick help, |
OK. Your VM clock is way behind the times then. I'm surprised that hyperkit hasn't brought it forward to the proper time. Do you mind including the "dmesg" and "kernel" sections of I'll leave this issue open because it isn't solved, but to workaround it, you can use |
Apparently this is a dupe of #1378 |
Good find! I'm not sure about your policy but this seems to be a more concise workaround and problem identification bug than the other so if possible, leaving this might be useful? |
This issue appears to be a duplicate of #1378, so I will close this in preference to that issue so that we may centralize the information around it. |
Stopping and restarting minikube fixed this issue for me. |
|
The exact command to reproduce the issue:
minikube start --vm-driver hyperkit
The full output of the command that failed:
The output of the
minikube logs
command:Only older log items from a previous run:
The operating system version:
MacOS Mojave 10.14.2 (18C54)
The text was updated successfully, but these errors were encountered: