K8S 系统前期配置
要求:
- 2G内存
- 2核
- 关闭Swap
前期系统配置
关闭selinux
sed -i 's/enforcing/disabled/' /etc/selinux/config
关闭防火墙
systemctl stop firewalld && systemctl disable firewalld
设置hostname
hostnamectl set-hostname yourhostname
禁用swap
-
临时
swapoff -a
-
永久
vi /etc/fstab # 注释 swap行
检查虚机的id是否重复
-
查看ftype是否为1
xfs_info /dev/centos/root
-
网卡地址
cat /sys/class/net/ens33/address
-
硬件
cat /sys/class/dmi/id/product_uuid