-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Minikube time sync issues #11213
Comments
I'm not sure if there is any harm in running another NTP server, in case the VM is drifting for some reason ?
EDIT: Still available. But since it is default already, buildroot removes it from the defconfig.
The daemon is available here, but disabled (on VirtualBox) Can you post the output of: |
Hmm, looks like it's enabled but unable to hit the NTPServer
|
Looks like this is specific to hyperkit, no issue with kvm2:
Wonder where that
$ more /etc/systemd/timesyncd.conf
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See timesyncd.conf(5) for details.
[Time]
#NTP=
#FallbackNTP=time1.google.com time2.google.com time3.google.com time4.google.com
#RootDistanceMaxSec=5
#PollIntervalMinSec=32
#PollIntervalMaxSec=2048 Possibly from DHCP.
|
Also moby/hyperkit#110 (comment) Apparently HyperKit assumes that a NTP server is running on the host ?
I think that address is the same as |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Seeing the same issue on my environment using hyperkit without vpnkit. DNS resolution for the NTP server |
Adding IPs of the Google time servers to |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. 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. |
minikube version v1.19.0
vm-driver hyperkit
Was hoping to reopen an older issue #1378 as timesyncd was removed from the config with this commit
I realize the date is back in sync here but I just fixed it. I'm running into the same issues pulling images and connecting to ECR as the original post.
The text was updated successfully, but these errors were encountered: