You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minikube occasionally suffers from clock skew when going to sleep, and since we stream logs "since" build (in host time), sometimes these logs never get shown. This is an issue we should probably fix on the minikube side but I want to track it here for users.
If you're using minikube, you can run this command to sync your time as a temporary workaround.
Minikube occasionally suffers from clock skew when going to sleep, and since we stream logs "since" build (in host time), sometimes these logs never get shown. This is an issue we should probably fix on the minikube side but I want to track it here for users.
If you're using minikube, you can run this command to sync your time as a temporary workaround.
minikube ssh -- docker run -i --rm --privileged --pid=host debian nsenter -t 1 -m -u -n -i date -u $(date -u +%m%d%H%M%Y)
ref kubernetes/minikube#1378
The text was updated successfully, but these errors were encountered: