minishift / minishift-centos-iso

CentOS based ISO as an alternative for boot2docker ISO
GNU Lesser General Public License v3.0
40 stars 33 forks source link

Install ntp package #239

Open gbraad opened 6 years ago

gbraad commented 6 years ago

needed by openshift-ansible

coolbrg commented 6 years ago

needed by openshift-ansible

Are we just adding this package so that one who want to play with openshift-ansible can use it? Or what is the goal here?

gbraad commented 6 years ago

I think having ntpdate in general would be a good thing, as it can elevate some of the issues we had with clock being out of sync

On Tue, Apr 24, 2018 at 1:30 PM, Budh Ram Gurung notifications@github.com wrote:

needed by openshift-ansible

Are we just adding this package so that one who want to play with openshift-ansible can use it? Or what is the goal here?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/minishift/minishift-centos-iso/issues/239#issuecomment-383808226, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAHZtGm0ss6t4ZPlBco417IccmGSa_Fks5trriEgaJpZM4Tg-Sg .

--

Gerard Braad | http://gbraad.nl [ Doing Open Source Matters ]

skabashnyuk commented 5 years ago

I get to the trouble with time when I was testing Prometheus deployment on minishift. Prometheus is quite time sensitive application. It(prometheus) was reported to me about a significant time difference on the server. I'm using minishift with xhyve driver on OSX. After a week or so work in suspend/resume mode I've got more than an hour time difference.

gbraad commented 5 years ago

This is actually an issue with xhyve when you hibernate the machine when a Minishift instance is running. While ntp could help with this, actually the VM should be able to sync time with the host. If I remember correctly it has been filed upstream too (and also as an issue on Minishift and Minikube's end)

gbraad commented 5 years ago

@minishift/minishift-dev WDYT? even we add the package, we would still have to run this as a service on an interval.