安装calico一个组件0/1 unable to connect to BIRDv4 socket: dial unix /var/run/bird/bird.ctl: connect: no su
unable to connect to BIRDv4 socket: dial unix /var/run/bird/bird.ctl: connect: no such file or directoryReadiness probe failed: caliconode is not ready: BIRD is not ready: BGP not established with 10.
·
安装calico一个组件0/1
报错:
unable to connect to BIRDv4 socket: dial unix /var/run/bird/bird.ctl: connect: no such file or directory
Readiness probe failed: caliconode is not ready: BIRD is not ready: BGP not established with 10.117.
1,配置calico.yaml配置文件。
搜索 Alway 。
calico.yaml 文件添加以下二行
- name: IP_AUTODETECTION_METHOD
value: "interface=ens.*" # ens 根据实际网卡开头配置
2,删除calico并重新部署。
kubectl delete -f calico.yaml
kubectl apply -f calico.yaml
完结,如有错误,愿听指教。
更多推荐
已为社区贡献4条内容
所有评论(0)