mirror of https://github.com/easzlab/kubeasz.git
9 lines
279 B
YAML
9 lines
279 B
YAML
|
# 设置时间源服务器【重要:集群内机器时间必须同步】
|
||
|
ntp_servers:
|
||
|
- "ntp1.aliyun.com"
|
||
|
- "time1.cloud.tencent.com"
|
||
|
- "0.cn.pool.ntp.org"
|
||
|
|
||
|
# 设置允许内部时间同步的网络段,比如"10.0.0.0/8",默认全部允许
|
||
|
local_network: "0.0.0.0/0"
|