https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/
https://cloud.tencent.com/developer/article/2299258
deb http://mirrors.tencentyun.com/ubuntu/ focal main restricted universe multiversedeb http://mirrors.tencentyun.com/ubuntu/ focal-security main restricted universe multiversedeb http://mirrors.tencentyun.com/ubuntu/ focal-updates main restricted universe multiverse# deb http://mirrors.tencentyun.com/ubuntu/ focal-proposed main restricted universe multiverse# deb http://mirrors.tencentyun.com/ubuntu/ focal-backports main restricted universe multiversedeb-src http://mirrors.tencentyun.com/ubuntu/ focal main restricted universe multiversedeb-src http://mirrors.tencentyun.com/ubuntu/ focal-security main restricted universe multiversedeb-src http://mirrors.tencentyun.com/ubuntu/ focal-updates main restricted universe multiverse# deb-src http://mirrors.tencentyun.com/ubuntu/ focal-proposed main restricted universe multiverse# deb-src http://mirrors.tencentyun.com/ubuntu/ focal-backports main restricted universe multiverse
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://archive.ubuntu.com/ubuntu jammy main restricted# deb-src http://archive.ubuntu.com/ubuntu jammy main restricted## Major bug fix updates produced after the final release of the## distribution.deb http://archive.ubuntu.com/ubuntu jammy-updates main restricted# deb-src http://archive.ubuntu.com/ubuntu jammy-updates main restricted## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team. Also, please note that software in universe WILL NOT receive any## review or updates from the Ubuntu security team.deb http://archive.ubuntu.com/ubuntu jammy universe# deb-src http://archive.ubuntu.com/ubuntu jammy universedeb http://archive.ubuntu.com/ubuntu jammy-updates universe# deb-src http://archive.ubuntu.com/ubuntu jammy-updates universe## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## multiverse WILL NOT receive any review or updates from the Ubuntu## security team.deb http://archive.ubuntu.com/ubuntu jammy multiverse# deb-src http://archive.ubuntu.com/ubuntu jammy multiversedeb http://archive.ubuntu.com/ubuntu jammy-updates multiverse# deb-src http://archive.ubuntu.com/ubuntu jammy-updates multiverse## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.deb http://archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse# deb-src http://archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiversedeb http://archive.ubuntu.com/ubuntu jammy-security main restricted# deb-src http://archive.ubuntu.com/ubuntu jammy-security main restricteddeb http://archive.ubuntu.com/ubuntu jammy-security universe# deb-src http://archive.ubuntu.com/ubuntu jammy-security universedeb http://archive.ubuntu.com/ubuntu jammy-security multiverse# deb-src http://archive.ubuntu.com/ubuntu jammy-security multiverse
10.0.0.3 k8s-master110.0.0.4 k8s-node110.0.0.5 k8s-node2sudo vim /etc/chrony/chrony.conf# 添加自己作为服务器server 10.0.0.3 iburst# 为了方便客户端连接权限设置为允许所有allow all# 当无法和其他同步时,使用本地的时间去给客户端同步local stratum 10#查看可用的时间同步源chronyc sources -v#查看时间同步源的状态chronyc sourcestats -v#对客户端系统时间进行强制同步chronyc -a makestephttps://www.volcengine.com/theme/1749552-U-7-1关闭swapsudo vim /etc/fstabfree -hhttps://blog.csdn.net/weixin_43941593/article/details/130056550
sudo vim /etc/resolv.confnameserver 114.114.115.115nameserver 114.114.114.114
