K8S安装
1. 配置Hosts文件 (1-6步都所有节点都需要操作)
vim /etc/hosts
IP hostname # 增加 ip和对应的主机名称
2. 关闭swap缓存 (K8s不允许开启缓存)
swapoff -a
sed -i '/ swap / s/^/(.*/)$/#/1/g' /etc/fstab
3. 关闭防火墙和selinux
setenforce 0 # 临时关闭
4. 开启内核对流量的转发
cat <
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_forward=1
vm.max_map_count=262144
EOF
modprobe br_netfilter
sysct
K8S安装最先出现在Python成神之路。
共有 0 条评论