-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
can not create pod on specific node any more #9218
Comments
@hchyue you seem to be pushing past the recommended limits of kubernetes itself: https://kubernetes.io/docs/setup/best-practices/cluster-large/ Furthermore, a /32 block size means you have only one IP address per block, which will surely have performance implications at this scale. Any specific reason for using that? |
We are conducting stress tests. We use BGP mode. When the block size is not 32, pod with persistent IP addresses restart on other nodes,there is a blackhole route causing network unreachable to the pod from original node. |
This isn't expected behavior - Calico should advertise a /32 route that takes precedence over the blackhole route. |
I have a rke2 cluster with 3 master and 2 worker node.
node1 has 134 running pod
node2 has 273 running pod
calico info is :
no more pod can run on node2, events of new pod on node2 is:
I can not find the root cause, any help is appreciated.
The text was updated successfully, but these errors were encountered: