<?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; 1504337307</title>
	<atom:link href="http://www.osyunwei.com/archives/author/1504337307/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>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>centos7 安装rancher的k8s 客户端</title>
		<link>https://www.osyunwei.com/archives/10723.html</link>
		<comments>https://www.osyunwei.com/archives/10723.html#comments</comments>
		<pubDate>Sun, 07 Feb 2021 09:40:08 +0000</pubDate>
		<dc:creator>1504337307</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kubernetes]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10723</guid>
		<description><![CDATA[Centos 7 kubectl 客户端连接rancher里面的k8s 1 centos7 安装最新版本的kubectl 脚本如下：install_kubectl.sh #!/bin/bash # make sunny sunnylinux@foxmail.com cat &#60;&#60;EOF &#62; /etc/yum.repos.d/kubernetes.repo [kubernetes] name=Kubernetes baseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64 enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=https://mirrors.aliyun.com/kubernetes/yum/doc/yum-key.gpg https://mirrors.aliyun.com/kubernetes/yum/doc/rpm-package-key.gpg EOF sleep 5 yum install -y kubectl kubelet kubeadm systemctl enable kubelet systemctl start kubelet 2 获取rancher上面的k8s集群的config文件 进入rancher的k8s集群页面： 点击右上角的Kubeconfig文件复制保存 在客户端的主机上面新建文kube的文件夹 [root@localhost ~]# mkdir -p /root/.kube/ root@localhost ~]# cd /root/.kube/ 把刚才复制保存的config文件放到下面对应的路径下 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10723.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10723.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>大数据集群环境ambari支持集群管理监控，供应hadoop+hbase+zookeeper</title>
		<link>https://www.osyunwei.com/archives/9783.html</link>
		<comments>https://www.osyunwei.com/archives/9783.html#comments</comments>
		<pubDate>Tue, 01 Nov 2016 09:21:41 +0000</pubDate>
		<dc:creator>1504337307</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ambari，hadoop，hbase，zookeeper]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9783</guid>
		<description><![CDATA[Apache Ambari是一种基于Web的工具，支持Apache Hadoop集群的供应、管理和监控。Ambari目前已支持大多数Hadoop组件，包括HDFS、MapReduce、Hive、Pig、 Hbase、Zookeper、Sqoop和Hcatalog等。 Apache Ambari 支持HDFS、MapReduce、Hive、Pig、Hbase、Zookeper、Sqoop和Hcatalog等的集中管理。也是5个顶级hadoop管理工具之一。 Ambari主要取得了以下成绩： 通过一步一步的安装向导简化了集群供应。 预先配置好关键的运维指标（metrics），可以直接查看Hadoop Core（HDFS和MapReduce）及相关项目（如HBase、Hive和HCatalog）是否健康。 支持作业与任务执行的可视化与分析，能够更好地查看依赖和性能。 通过一个完整的RESTful API把监控信息暴露出来，集成了现有的运维工具。 用户界面非常直观，用户可以轻松有效地查看信息并控制集群。 Ambari使用Ganglia收集度量指标，用Nagios支持系统报警，当需要引起管理员的关注时（比如，节点停机或磁盘剩余空间不足等问题），系统将向其发送邮件。 此外，Ambari能够安装安全的（基于Kerberos）Hadoop集群，以此实现了对Hadoop 安全的支持，提供了基于角色的用户认证、授权和审计功能，并为用户管理集成了LDAP和Active Directory。 1.安装centos 6.5操作系统 每一个操作系统都配置了三块网卡，一块net,一块host only，一块桥接。除了net转发动态获取IP，其他的网卡IP都是静态配置的。 系统版本： CentOS release 6.5 (Final) CPU: 核心 : 4核心 cpu MHz : 3192.620 cache size : 6144 KB clflush size : 64 cache_alignment : 64 address sizes : 42 bits physical, 48 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9783.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9783.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
