kubeadm init --config kubeadm-init.yaml 报错
来源:2-7 Kubeadm初始化K8S集群(下)
小小太阳秦
2025-11-09
error execution phase preflight: [preflight] Some fatal errors occurred:
[ERROR FileContent–proc-sys-net-bridge-bridge-nf-call-iptables]: /proc/sys/net/bridge/bridge-nf-call-iptables does not exist
[ERROR FileExisting-conntrack]: conntrack not found in system path
写回答
1回答
-
暮闲
2025-11-09
按照提示 安装一下这个模块
apt install conntrack
00
相似问题