当前位置: 首页 > article >正文

chrony参数及常用命令介绍

1. 背景

在Kubernetes集群中,如果各节点的时间不一致,可能会带来以下影响:

  1. 资源调度问题:Kubernetes使用资源调度器来分配任务和计算资源。如果各个节点的时间不一致,可能会导致调度器无法准确判断任务的截止时间,从而影响任务的执行和资源的分配。
  2. 服务一致性问题:对于有状态的服务(如数据库),如果各个节点的时间不一致,可能会导致数据一致性问题。例如,如果在某个节点上写入了一条数据,然后在另一个时间不一致的节点上读取数据,可能会读取到过期的数据。
  3. 日志分析问题:在Kubernetes集群中,所有的日志都是按照时间顺序排列的。如果各个节点的时间不一致,可能会导致日志分析出现问题,如时间戳不匹配、事件顺序错误等。
  4. 容器同步问题:Kubernetes使用容器来运行任务。如果各个节点的时间不一致,可能会导致容器同步出现问题,如容器启动和停止的时间不一致等。
  5. 网络通信问题:Kubernetes集群中的各个节点通过网络进行通信。如果节点之间的时间不一致,可能会导致网络通信出现问题,如消息延迟、丢包等。
  6. 监控和报警问题:如果各个节点的时间不一致,可能会导致监控和报警系统出现问题。例如,报警阈值设置错误、监控数据不准确等。

采用chrony进行集群节点间时间同步。

2. chrony配置文件介绍

ubuntu系统下chrony配置文件路径为/etc/chrony/chrony.conf ,内容如下:

# Welcome to the chrony configuration file. See chrony.conf(5) for more
server 192.168.0.206 iburst  #选择集群中一个节点作为服务器,这在集群无法连接外网是保证所有节点时间一直,其余所有节点从该节点获取时间同步。
server ntp.aliyun.com iburst #外网ntp server
server time1.cloud.tencent.com iburst
# information about usuable directives.

# This will use (up to):
# - 4 sources from ntp.ubuntu.com which some are ipv6 enabled
# - 2 sources from 2.ubuntu.pool.ntp.org which is ipv6 enabled as well
# - 1 source from [01].ubuntu.pool.ntp.org each (ipv4 only atm)
# This means by default, up to 6 dual-stack and up to 2 additional IPv4-only
# sources will be used.
# At the same time it retains some protection against one of the entries being
# down (compare to just using one of the lines). See (LP: #1754358) for the
# discussion.
#
# About using servers from the NTP Pool Project in general see (LP: #104525).
# Approved by Ubuntu Technical Board on 2011-02-08.
# See http://www.pool.ntp.org/join.html for more information.
pool ntp.ubuntu.com        iburst maxsources 4
pool 0.ubuntu.pool.ntp.org iburst maxsources 1
pool 1.ubuntu.pool.ntp.org iburst maxsources 1
pool 2.ubuntu.pool.ntp.org iburst maxsources 2

# This directive specify the location of the file containing ID/key pairs for
# NTP authentication.
keyfile /etc/chrony/chrony.keys

# This directive specify the file into which chronyd will store the rate
# information.
driftfile /var/lib/chrony/chrony.drift

# Uncomment the following line to turn logging on.
#log tracking measurements statistics

# Log files location.
logdir /var/log/chrony

# Stop bad estimates upsetting machine clock.
maxupdateskew 100.0

# This directive enables kernel synchronisation (every 11 minutes) of the
# real-time clock. Note that it can’t be used along with the 'rtcfile' directive.
rtcsync

# Step the system clock instead of slewing it if the adjustment is larger than
# one second, but only in the first three clock updates.
makestep 1 3 #此出可以设置为:makestep 3 -1 当误差大于三秒时执行步进调整,而不用等待微调

allow all #允许所有ip访问本时间服务器

local stratum 10 #即使自己未能通过网络时间服务器同步到时间,也允许将本地时间作为标准时间授时给其它客户端

3. 常用命令

timedatectl set-time "2023-10-27 12:30:50" :修改时间

chronyc tracking: 服务当前同步状态的快照

chronyc sources -v:查看时间同步源

chronyc makestep:立即执行步进调整

systemctl status chronyd: 查看chronyd服务状态

systemctl restart chronyd: 重启chronyd服务


http://www.kler.cn/a/105942.html

相关文章:

  • [Java]泛型(一)泛型类
  • 新版231普通阿里滑块 自动化和逆向实现 分析
  • 一文了解性能优化的方法
  • Excel 技巧21 - Excel中整理美化数据实例,Ctrl+T 超级表格(★★★)
  • C++ 3
  • iperf 测 TCP 和 UDP 网络吞吐量
  • IDEA运行项目报错:Command line is too long的解决办法
  • 关于本地项目上传到gitee的详细流程
  • 自学(黑客技术)方法——网络安全
  • vantUI(Tabbar标签页)浏览器返回上一页的失效问题
  • “数聚瑞安·创新未来”中国·瑞安第四届创新创业大赛圆满举办!
  • 基于springboot实现校友社交平台管理系统项目【项目源码+论文说明】
  • 【无标题】读书笔记之《智能化社会:未来人们如何生活、相爱和思考》
  • 檢測項目簡體字
  • 【2023CANN训练营第二季】——通过一份入门级算子开发代码了解Ascend C算子开发流程
  • vue3项目报错The template root requires exactly one element.eslint-plugin-vue
  • Redis入门
  • 若依微服务上传图片文件代理配置
  • 找游戏外包开发游戏,有哪些好处呢?
  • 图纸管理制度《四》
  • linux音频-IIS音频接口
  • TimeGPT:时间序列预测的第一个基础模型
  • VSCode:清理ipch缓存
  • vue+Fullcalendar
  • 三、虚拟机的迁移和删除
  • python自动化测试平台开发:自动化测试平台简介