設定 /etc/hosts
vi /etc/hosts 192.168.50.120 cns-k8s-master0 192.168.50.121 cns-k8s-master1 192.168.50.122 cns-k8s-master2 192.168.50.123 cns-k8s-worker0 192.168.50.124 cns-k8s-worker1
關閉 firewall
calico 官網建議關閉 firewalld, 因為他們都是透過 iptables 實現 nat 轉發, 可能會有互相干擾的風險: linkKubernetes 預設會使用的 Ports 及 Protocols: linkCalico 預設會使用的 Ports 及 Protocols: link
calico 官網建議關閉 firewalld, 因為他們都是透過 iptables 實現 nat 轉發, 可能會有互相干擾的風險: link
Kubernetes 預設會使用的 Ports 及 Protocols: link
Calico 預設會使用的 Ports 及 Protocols: link
systemctl disable firewalld && systemctl stop firewalld
Last updated 9 months ago