K8S主机环境配置
Posted hqt0731
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了K8S主机环境配置相关的知识,希望对你有一定的参考价值。
# 安装补丁包
# yum install -y conntrack ipvsadm ipset jq iptables curl sysstat libsecomp wget net-tools git vim
# 禁用防火墙
# systemctl stop firewalld && systemctl disable firewalld
# yum -y install iptables-services && systemctl start iptables && systemctl enable iptables
# iptables -F && service iptables save #关闭SELINUX
# swapoff -a && sed -i ‘/swap/s/^(.*)$/#1/g‘ /etc/fstab
# setenforce 0 && sed -i ‘s/^SELINUX=.*/SELINUX=disabled/‘ /etc/selinux/config
以上是关于K8S主机环境配置的主要内容,如果未能解决你的问题,请参考以下文章
项目环境搭建Docker+k8s五 || 部署自建DNS系统