【发布时间】:2021-02-24 16:28:55
【问题描述】:
正在尝试设置 Calico 本地 Kubernetes 集群。
初始化集群kubeadm init --pod-network-cidr=192.168.0.0/16
使用 https://docs.projectcalico.org/manifests/calico.yaml 清单。
~# calicoctl node status
Calico process is running.
IPv4 BGP status
+---------------+-------------------+-------+----------+---------+
| PEER ADDRESS | PEER TYPE | STATE | SINCE | INFO |
+---------------+-------------------+-------+----------+---------+
| 10.25.13.69 | node-to-node mesh | start | 13:49:12 | Connect |
+---------------+-------------------+-------+----------+---------+
calico-node 抱怨:
calico/node is not ready: BIRD is not ready: BGP not established with 10.25.13.69
Connect 究竟是什么意思?在哪里寻找问题?会不会和多个kubeadm reset有关?
【问题讨论】: