CentOS7.5利用Kubeadm安装kubernets1.13.0(国内版)

国内版 一、部署Kubernetes1.13.0(无dashboard) 前期准备(all node): #swapoff -a #防火墙关闭 !# cat <<EOF > /etc/sysctl.d/k8s.conf net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-iptables = 1 EOF !# sysc
相关文章
相关标签/搜索