We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have install calico with bgp mode in kubernetes and enable graceful restart capability on both calico and hardware switch side.
I want to know how to keep routes in kernel when calico-bird is stopped for short of time?
I want to know is it in line with expectations? If not, how calico guarantee the persistence of kernel routing table when restart?
The text was updated successfully, but these errors were encountered:
Calico shouldn't be deleting local routes from the kernel when it restarts.
Could you provide the logs from the calico-node pod on the affected node? From both the shutdown and startup:
kubectl logs -p -n calico-system <podname>
kubectl logs -n calico-system <newpodname>
Sorry, something went wrong.
No branches or pull requests
I have install calico with bgp mode in kubernetes and enable graceful restart capability on both calico and hardware switch side.
I want to know how to keep routes in kernel when calico-bird is stopped for short of time?
Expected Behavior
Current Behavior
I want to know is it in line with expectations? If not, how calico guarantee the persistence of kernel routing table when restart?
The text was updated successfully, but these errors were encountered: