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

roachprod: Install and configure chrony on GCE clusters #62108

Merged
merged 1 commit into from
Mar 22, 2021

Commits on Mar 16, 2021

  1. roachprod: Install and configure chrony on GCE clusters

    Fixes cockroachdb#62063
    
    In cockroachdb#31577 we switched to `chrony` for AWS, but not for CGE. By default
    they GCE clusters based on Ubuntu 16.04 use `ntp`.
    
    This patch installs `chrony` (and automatically removes `ntp`) on GCE
    and configures `chrony` to use Google's time server.
    
    Release note: None
    rail committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    df7b3cf View commit details
    Browse the repository at this point in the history