标签:准备工作 http 内核 工作 工具 get emctl code wget
主机名 | 角色 | ip |
---|---|---|
HDSS7-11.host.com | k8s代理节点1 | 10.4.7.11 |
HDSS7-12.host.com | k8s代理节点2 | 10.4.7.12 |
HDSS7-21.host.com | k8s运算节点1 | 10.4.7.21 |
HDSS7-22.host.com | k8s运算节点2 | 10.4.7.22 |
HDSS7-200.host.com | k8s运维节点(docker仓库) | 10.4.7.200 |
uname -r
#内核不能低于3.10
1. 关闭firewalled
systemctl stop firewalld
systemctl status firewalld
2. 关闭selinux
替换为aliyun的epel源
1. 备份原有的
mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup
2. 下载阿里云的epel源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum install -y tree vim wget bash-completion bash-completion-extras lrzsz net-tools sysstat iotop iftop htop unzip telnet dos2unix bind-utils -y
echo ‘net.ipv4.ip_forward=1 ‘ >>/etc/sysctl.conf
sysctl -p
[root@hdss7-11 ~]# yum install bind -y
标签:准备工作 http 内核 工作 工具 get emctl code wget
原文地址:https://www.cnblogs.com/yufenchi/p/13178181.html