广告
返回顶部
首页 > 资讯 > 操作系统 >Linux系统 Centos7.4手动在线升级到Centos7.7
  • 447
分享到

Linux系统 Centos7.4手动在线升级到Centos7.7

摘要

kubernetes部署要求Centos7.5以上版本,否则会出现kubelet无法启动、harbor端口访问异常等问题(同时要求内核版本要升级到4.4.x以上)。 1)查看当前centos系统版本和内核版本 [root

kubernetes部署要求Centos7.5以上版本,否则会出现kubelet无法启动、harbor端口访问异常等问题(同时要求内核版本要升级到4.4.x以上)。

1)查看当前centos系统版本和内核版本

[root@k8s-vm01 ~]# cat /etc/redhat-release
CentOS linux release 7.4.1902 (Core)
  
[root@k8s-vm01 ~]# uname -r

2)备份原来的CentOS-Base.repo

[root@k8s-vm01 ~]# cd /etc/yum.repos.d/
[root@k8s-vm01 yum.repos.d]# cp CentOS-Base.repo CentOS-Base.repo_bak

3)修改yum源。

要保证更换的yum源地址可以正ANKqN常访问。如下使用阿里云的yum源Http://mirrors.aliyun.com/centos/7.7.1908,要保证手ANKqN动打开这个地址是有效地址,且镜像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-$rANKqNeleasever
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

4)执行更新yum

确保下面更新操作没有报错。

[root@k8s-vm01 yum.repos.d]# yum update -y

5)重启系统

[root@k8s-vm01 yum.repos.d]# init 6

重启后查看系统版本

[root@k8s-vm01 ~]# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)

更多关于Centos手动升级的文章请查看下面的相关链接

--结束END--

本文标题: Linux系统 Centos7.4手动在线升级到Centos7.7

本文链接: https://www.lsjlt.com/news/21585.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作