<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; Rancher</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/rancher/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>rancher安装完美解决agent无法加入rancher</title>
		<link>https://www.osyunwei.com/archives/10717.html</link>
		<comments>https://www.osyunwei.com/archives/10717.html#comments</comments>
		<pubDate>Sat, 06 Feb 2021 01:46:30 +0000</pubDate>
		<dc:creator>1504337307</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rancher]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10717</guid>
		<description><![CDATA[rancher 简介： Rancher 是为使用容器的公司打造的容器管理平台。Rancher 简化了使用 Kubernetes 的流程，开发者可以随处运行 Kubernetes（Run Kubernetes Everywhere），满足 IT 需求规范，赋能 DevOps 团队。 网上千篇一律的安装方法： sudo docker run -d --restart=unless-stopped -p 8080:8080 rancher/server但是当你的centos7 内核没有升级没有优化，rancher的k8s是无法添加node主机，给很多人造成困惑。安装环境centos7 ,update最新版本，docker-ce 最新的20版本与朋友交流总结updte内核脚本， #!/bin/bash ################### ####禁用SElinux######################################################################################################## ################### #临时关闭SElinux setenforce 0 #永久禁用SElinux,替换/etc/selinux/config下SELINUX的值为disable,-r支持正则表达式,-i修改后备份 sed -ri '/^[^#]*SELINUX=/s#=.+$#=disabled#' /etc/selinux/config ###################### ####升级内核至4.20############################################################################################################ ###################### #安装wget用于下载远端安装包 yum -y install wget #安装linux-firmware,升级内核所需的依赖 yum install -y linux-firmware #创建/data/目录 mkdir -p /data/ [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10717.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10717.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RancherOS安装教程</title>
		<link>https://www.osyunwei.com/archives/9591.html</link>
		<comments>https://www.osyunwei.com/archives/9591.html#comments</comments>
		<pubDate>Thu, 28 Jul 2016 03:19:12 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[Rancher]]></category>
		<category><![CDATA[RancherOS]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9591</guid>
		<description><![CDATA[RancherOS是由Rancher labs出品的一个专为Docker而生的精简版Linux， 提供了一个完整的Docker运行环境。 RancherOS系统镜像下载地址：https://github.com/rancher/os 系统要求：内存必须在2GB以上。 系统镜像启动完成之后登录账号：rancher  密码：rancher 安装图解： 系统镜像启动完成 登录用户名密码都是rancher 添加IP地址： sudo ip addr add 192.168.21.133/24 dev eth0 或者 sudo ifconfig eth0 192.168.21.133 netmask 255.255.255.0 添加网关： sudo route add default gw 192.168.21.2 修改DNS： sudo vi /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 :wq! #保存退出 使用ssh客户端远程连接服务器 配置ssh远程秘钥登录，把rancheros安装到硬盘之后，必须使用秘钥登录，否则无法操作服务器，在控制台也无法使用密码登录。 ssh-keygen -t rsa #配置秘钥登录 将生成的公钥id_rsa.pub写到cloud-config.yml文件中 cd /home/rancher/.ssh/ cat id_rsa.pub #公钥 ssh-rsa [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9591.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9591.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
