您好,登錄后才能下訂單哦!
本文小編為大家詳細介紹“Linux中Centos7.4手動在線升級到Centos7.7的方法”,內容詳細,步驟清晰,細節處理妥當,希望這篇“Linux中Centos7.4手動在線升級到Centos7.7的方法”文章能幫助大家解決疑惑,下面跟著小編的思路慢慢深入,一起來學習新知識吧。
Kubernetes部署要求Centos7.5以上版本,否則會出現kubelet無法啟動、harbor端口訪問異常等問題(同時要求內核版本要升級到4.4.x以上)。
[root@k8s-vm01 ~]# cat /etc/redhat-release CentOS Linux release 7.4.1902 (Core) [root@k8s-vm01 ~]# uname -r
[root@k8s-vm01 ~]# cd /etc/yum.repos.d/ [root@k8s-vm01 yum.repos.d]# cp CentOS-Base.repo CentOS-Base.repo_bak
要保證更換的yum源地址可以正常訪問。如下使用阿里云的yum源http://mirrors.aliyun.com/centos/7.7.1908,要保證手動打開這個地址是有效地址,且鏡像yum源內容完整存在。
[root@k8s-vm01 yum.repos.d]# cat /etc/yum.repos.d/CentOS-Base.repo [base] name=CentOS-$releasever enabled=1 failovermethod=priority baseurl=http://mirrors.aliyun.com/centos/7.7.1908/os/$basearch/ gpgcheck=1 gpgkey=http://mirrors.cloud.aliyuncs.com/centos/RPM-GPG-KEY-CentOS-7 [updates] name=CentOS-$releasever enabled=1 failovermethod=priority baseurl=http://mirrors.aliyun.com/centos/7.7.1908/updates/$basearch/ gpgcheck=1 gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7 [extras] name=CentOS-$releasever enabled=1 failovermethod=priority baseurl=http://mirrors.aliyun.com/centos/7.7.1908/extras/$basearch/ gpgcheck=1 gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
確保下面更新操作沒有報錯。
[root@k8s-vm01 yum.repos.d]# yum update -y
[root@k8s-vm01 yum.repos.d]# init 6
重啟后查看系統版本
[root@k8s-vm01 ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core)
讀到這里,這篇“Linux中Centos7.4手動在線升級到Centos7.7的方法”文章已經介紹完畢,想要掌握這篇文章的知識點還需要大家自己動手實踐使用過才能領會,如果想了解更多相關內容的文章,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。