check-time: false was added to the 1.8 config to work around a "time is wrong" problem.
Ideally the VMs would just have synchronized time. They appear to have some synchronization through VirtualBox, but check-time isn't happy with it. So we need to try adding NTP to the cluster or node images.
One option is to have all nodes hit a remote NTP server. Another is to setup the masters as servers and have the nodes configured to use the masters as an NTP server.
check-time: false was added to the 1.8 config to work around a "time is wrong" problem.
Ideally the VMs would just have synchronized time. They appear to have some synchronization through VirtualBox, but check-time isn't happy with it. So we need to try adding NTP to the cluster or node images.
One option is to have all nodes hit a remote NTP server. Another is to setup the masters as servers and have the nodes configured to use the masters as an NTP server.