k8s前期部署准备

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是否为1xfs_info /dev/centos/root

  • 网卡地址cat /sys/class/net/ens33/address

  • 硬件cat /sys/class/dmi/id/product_uuid

posted @ 2021-08-08 23:15  咕咚!  阅读(142)  评论(0编辑  收藏  举报