Add NTP Time Server Configuration in Cluster Deployment Configuration File

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: 集群部署配置文件中添加NTP授时服务器配置

| username: Kongdom

[Problem Scenario]

Currently, when setting up a TiDB cluster, manual deployment of NTP time synchronization is required, which often leads to cases where it is either not deployed or deployed incorrectly.

[Expected Requirement Behavior]

Add an NTP node in the TiDB cluster deployment configuration file to specify the NTP time synchronization server. All nodes should automatically install the NTP service and point to the configured NTP time synchronization server.

[Alternative Solutions] None
[Background Information] None

| username: srstack | Original post link

The tiup cluster check command will check the time synchronization status. The behavior of tiup cluster is only related to the deployment and management of the TiDB cluster. System-level services like NTP are not within the scope of tiup cluster functionalities; it can only provide check and inspection capabilities.

| username: Kongdom | Original post link

:handshake: Okay, thank you.

| username: Kongdom | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.