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

release-21.1: roachprod: Install and configure chrony on GCE clusters #62730

Closed
wants to merge 1 commit into from

Commits on Mar 29, 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 29, 2021
    Configuration menu
    Copy the full SHA
    118bdc1 View commit details
    Browse the repository at this point in the history