Skip to content
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

Re-Added time synchronization between host/VM #4991

Merged
merged 1 commit into from
Aug 14, 2019
Merged

Re-Added time synchronization between host/VM #4991

merged 1 commit into from
Aug 14, 2019

Commits on Aug 7, 2019

  1. Reenable systemd-timesyncd, except on virtualbox

    This commit attempts to add back the missing time synchronization feature
    to Minikube that was removed earlier with #3476.
    
    As mentioned in #1378 we have an alternative solution for time
    synchronization for Oracle VirtualBox, so there we don't want to enable
    systemd-timesyncd.
    
    We are using systemd conditional activation on systemd-timesyncd and
    exclude systems that have an oracle hypervisor hosting the vm (currently
    that's virtualbox for our purposes).
    reegnz committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    2a995a3 View commit details
    Browse the repository at this point in the history