安装k8s需要关闭wsap分区
1、注释/etc/fstab关于swap的配置
2、执行如下命令
echo vm.swappiness=0 >> /etc/sysctl.con
3、重启服务器
reboot
4、验证(Swap行均为0) free -m
临时关闭:
swapoff -a