-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 #9638
Comments
calico.zip |
@huanghaiqing1 @huangzeqi probably a good next step is to look at the This message - |
@huanghaiqing1 @huangzeqi any update on this issue? Have you managed to find the root cause? |
I have this issue to. do you have any resolution?? @caseydavenport @huangzeqi @huanghaiqing1 |
|
@tomastigera
|
@huanghaiqing1 how resolve this problem.? could you please explain solution if resolved that ? |
You can’t use tigera-operator.yaml + custom-resources.yaml to deploy calico. You have to use calico.yaml to deploy. I’m trapped by this for quite a long time. In China, I can’t directly access the image address, so I have to download all images to local private registry hub and change image address inside calico.yaml. Then to deploy. Note: based on the official way: tigera-operator.yaml + custom-resources.yaml, even you change related images address to local registry hub address, still can’t pass[some k8s official pods deployment still require access google/docker.io, I can’t access directly from China]. I guess there are other related yaml files, which are called by tigera-operator.yaml + custom-resources.yaml. But when use all in one yaml: calico.yaml, the issue can be suppressed.
… 2025年2月1日 14:15,mohammadt-github ***@***.***> 写道:
@huanghaiqing1 <https://github.com/huanghaiqing1> how resolve this problem.? could you please explain solution if resolved that ?
—
Reply to this email directly, view it on GitHub <#9638 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHFAPJGIMUWSUHKQAULKUVD2NRRBJAVCNFSM6AAAAABUBGMV7GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRYHAYDGMJQHE>.
You are receiving this because you were mentioned.
|
I can pull all images from any registry, and that's ok. but after a seconds calico pods that deploy in worker (in same network range of Master) restarted and Crashloopbackof... |
Setup a ha based k8s and deploy first control plane node with calico, met below warning.
tigera-operator.yaml + custom-resources.yaml are deployed with no error. But IPv4 BGP status reports nothing. calico-node-qcv5g runs but kubectl describe with warning like below shows. And I have no OS level acl/iptables/nft block about any rules. All my environment is based on vmware workstation. Any prerequisite requir3ed about calico?
kubelet 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
The text was updated successfully, but these errors were encountered: