首页 > 系统相关 >安装kubesphere时最好将Centos从7.2版本升级到7.6版本

安装kubesphere时最好将Centos从7.2版本升级到7.6版本

时间:2023-11-23 12:23:12浏览次数:48  
标签:http centos Centos mirrors kubesphere 版本升级 releasever aliyun com

安装kubesphere3.0.0时,按提示要求Centos的要求如下,但Centos7的有些版本的内存不满足要求,经过多次测试发现linux内核版本需要大于3.8,且3.10也有问题,最好是3.11及以上版本,所以最好将Centos升级到7.6版本。

 

1、配置yum源

mv /etc/yum.repos.d/centos7.repo /etc/yum.repos.d/centos7.repo.bak

开始配置

curl -o /etc/yum.repos.d/centos7.repo http://mirrors.aliyun.com/repo/Centos-7.repo

将以下内容替换了/etc/yum.repos.d/centos7.repo文件里面的内容

# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#

[base]
name=CentOS-$releasever - Base - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/os/$basearch/
http://mirrors.aliyuncs.com/centos/$releasever/os/$basearch/
http://mirrors.cloud.aliyuncs.com/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7

#released updates
[updates]
name=CentOS-$releasever - Updates - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/updates/$basearch/
http://mirrors.aliyuncs.com/centos/$releasever/updates/$basearch/
http://mirrors.cloud.aliyuncs.com/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/extras/$basearch/
http://mirrors.aliyuncs.com/centos/$releasever/extras/$basearch/
http://mirrors.cloud.aliyuncs.com/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/centosplus/$basearch/
http://mirrors.aliyuncs.com/centos/$releasever/centosplus/$basearch/
http://mirrors.cloud.aliyuncs.com/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7

#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/contrib/$basearch/
http://mirrors.aliyuncs.com/centos/$releasever/contrib/$basearch/
http://mirrors.cloud.aliyuncs.com/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
2、清yum缓存的指令
yum clean all

升级Centos版本的参考步骤如下:

3、 更新yum的指令
yum update

4、重启服务器
reboot

5、看Centos版本
cat /etc/redhat-release
————————————————
版权声明:本文为CSDN博主「风云琪文」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_43991475/article/details/123358104

标签:http,centos,Centos,mirrors,kubesphere,版本升级,releasever,aliyun,com
From: https://www.cnblogs.com/cytc/p/17851289.html

相关文章

  • 升级centos 到7.6
    1.更改yum源配置mv/etc/yum.repos.d/centos7.repo/etc/yum.repos.d/centos7.repo.bakcurl-o/etc/yum.repos.d/centos7.repohttp://mirrors.aliyun.com/repo/Centos-7.repo2.清除yum缓存yumcleanall3.更新yumupdate4.重启reboot现在你就可以查看到你更新的......
  • centos下面的redis开机自启动
    centos下面的redis开机自启动,网上胡说八道的人太多了,其实一句话就解决问题了,那种脚本启动的方式,早就被淘汰了。systemctlenableredis1以上一条命令即可!查看所有的开机启动项:systemctllist-unit-files|grepenabled1这个大大简化了原来的操作,什么各种脚本,各种外挂,早就该丢......
  • 安装python连接eureka并且vector search milvus centos7
    先安装python到centos7第一步:安装必要的软件包,使用root权限:yumgroupinstall-y"Developmenttools"yuminstall-yncurses-develgdbm-develxz-develsqlite-develtk-develuuid-develreadline-develbzip2-devellibffi-devel第二步:Python官方地址:WelcometoPyth......
  • CentOS7配置samba共享文件系统
    目录一、安装软件包二、修改系统配置1、关闭SELINUX2、开通防火墙端口3、启用smb服务三、Samba服务的参数文件四、配置任何人都可以访问的共享文件系统1、创建测试目录和文件2、配置/etc/samba/smb.conf文件3、重启samba服务,验证结果4、注意事项五、配置需要用......
  • Rocky Linux 8.9 发布 - CentOS 的权威替代
    RockyLinux8.9发布-CentOS的权威替代RockyLinux由CentOS项目的创始人GregoryKurtzer领导请访问原文链接:https://sysin.org/blog/rocky-linux-8/,查看最新版。原创作品,转载请保留出处。作者主页:sysin.org以社区方式驱动的企业LinuxRockyLinux是一个开源的企业......
  • centos7安装MySQL—以MySQL5.7.30为例
    centos7安装MySQL—以MySQL5.7.30为例本文以MySQL5.7.30为例。官网下载进入MySQL官网:https://www.mysql.com/点击DOWNLOADS点击链接;点击如上链接:选择对应版本:点击下载。安装将下载后的安装包上传到/usr/local下。卸载删除原有的mariadb,否则可能会报异常查询原有......
  • CentOS7下安装SNMP服务
    1、安装SNMP服务yuminstallnet-snmpnet-snmp-utils2、启动SNMP服务systemctlstartsnmpd.service3、设置SNMP服务开机自启systemctlenablesnmpd.service4、更改团体名vi/etc/snmp/snmpd.conf#####First,mapthecommunityname"public"intoa"securityna......
  • centos 7.9安装Prometheus
    一、Prometheus功能Prometheus在系统监控和警报方面非常强大,它适用于多种应用场景。以下是一些常见的Prometheus应用场景,以及具体的例子:性能监控:Prometheus可以用来监控服务器和应用程序的性能。比如,它可以收集和显示CPU使用率、内存使用、磁盘IO、网络流量等指标。......
  • 版本升级 | v3.0.0卷起来了!多种特殊情况解析轻松拿捏!
    在过往发行版的基础上,结合社区用户提供的大量反馈及研发小伙伴的积极探索,项目组对OpenSCA的解析引擎做了全方位的优化,v3.0.0版本正式发布啦~感谢所有用户的支持和信任~是很多人的一小步聚在一起带着我们的OpenSCA走出了这一大步。之后,也希望越来越多的朋友可以和我们一起建设开源......
  • 两个centos直接传递大文件
     两个centos直接传递大文件,其中,/path/to/source/file是源文件的路径,user是目标面板上的用户名,target_panel_ip是目标面板的IP地址,/path/to/destination/folder是目标文件夹的路径。scp/root/article_articlepost.sqlroot@110.41.36.24:/ /path/to/source/file是源文件的......