Hello,
I got an issue with calico pods:
Warning Unhealthy 9m53s (x3 over 10m) kubelet, karbon Liveness probe failed: calico/node is not ready: bird/confd is not live: Service bird is not running. Output << down: /etc/service/enabled/bird: 0s, normally up, want up >>
Warning Unhealthy 7m3s (x12 over 10m) kubelet, karbon- Liveness probe failed: calico/node is not ready: bird/confd is not live: Service bird is not running. Output << down: /etc/service/enabled/bird: 1s, normally up, want up >>
Warning Unhealthy 2m3s (x50 over 10m) kubelet, karbon- Readiness probe failed: calico/node is not ready: BIRD is not ready: Error querying BIRD: unable to connect to BIRDv4 socket: dial unix /var/run/calico/bird.ctl: connect: connection refused
I tried different workarounds:
- increasing scan time from 2 to 10 then 20.
- Modify the “IP_AUTODETECTION_METHOD=interface” from eth.* to eth0/eth1/ens.*
But no luck, Would you have any suggestions to resolve the issue.
Thanks.