Version 1.11. This version is no longer supported. For information about how to upgrade to version 1.12, see Upgrading Anthos on bare metal in the 1.12 documentation. For more information about supported and unsupported versions, see the Version history page in the latest documentation.
You must configure the base operating system of your node machines to use
Google Distributed Cloud. This page contains the steps you need to take to complete the
needed configuration.
For more information about troubleshooting Google Distributed Cloud requirements,
see the known issues.
Before you begin
Ensure you are using a supported version of your operating system.
Google Distributed Cloud supports the following versions for Ubuntu:
18.04
20.04
Validate package manager:
sudo apt-get check
The output should show no errors and look similar to the following example:
Compare your output with the following example to ensure the Client and Server versions are 19.03+ :
Client: Docker Engine - Community
Version: 19.03.13
...
Server: Docker Engine - Community
Engine:
Version: 19.03.13
Set up time synchronization
Time synchronization consists of setting the clocks on your node machines, using
a designated external time reference. Time synchronization is important for
time-sentive cluster activities, such as event logging and metrics collection.
The kernel of your node machine controls the clock in containers that run on the
node. To ensure proper time synchronization, install a network time protocol
(NTP) service on your machines, using any of the available services:
chrony, systemd-timesyncd,
ntp, or ntpdate. Run timedatectl to verify the system clock is
synchronized. The output of timedatectl should contain the following status:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["Google Distributed Cloud requires specific configurations for the base operating system of node machines, including using supported Ubuntu versions 18.04 or 20.04, and ensuring the proper package manager is implemented."],["Uncomplicated Firewall (UFW) must be disabled on node machines for proper functionality, which can be confirmed with `sudo ufw status`."],["Docker 19.03 or later is required, and Google Distributed Cloud can automatically install or upgrade Docker if necessary, and the workstation running `bmctl` needs non-root user access to Docker."],["Time synchronization using a network time protocol (NTP) service like `chrony`, `systemd-timesyncd`, `ntp`, or `ntpdate` is crucial for time-sensitive activities, and the `timedatectl` command can be used to verify synchronization."],["Ubuntu version 18.04.6 with kernel versions from `4.15.0-144-generic` to `4.15.0-176-generic` is not compatible with Google Distributed Cloud 1.11, and it is suggested to upgrade to Ubuntu 18.04.2 LTS (v4.18) or above."]]],[]]