cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clock skew

drnic opened this issue · comments

I guess I've had my cfdev running 12-24 hours on my laptop. My laptop has been shut at least once during this time; perhaps for 18 mins.

I now see that the date inside my app instance is lagging real time by 18 minutes.

App instance:

$ date
Sun May 26 23:40:15 UTC 2019

On my laptop:

$ date -u
Sun 26 May 2019 23:58:13 UTC

Nasty 30 minute workaround: I'm currently rebuilding my cf dev start, cf dev deploy-service mysql, installing buildpacks, etc.

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/166260806

The labels on this github issue will be updated when the story is started.