-
Notifications
You must be signed in to change notification settings - Fork 27
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
CCM can easily break BGP peering #457
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
/remove-lifecycle rotten |
@cprivitere: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/lifecycle frozen |
/triage accepted |
/remove-lifecycle frozen |
@TimJones Hey did you get an error message from the API when this occurred? Was CPEM continuing to do bad things that caused it to get quickly back into the error state? Also, does CPEM cause all the BGP to fail by asking for 11 prefixes? I'm trying to understand the value of CPEM throwing the error instead of just passing along the API error. If we add that setting, we're now making a customer change TWO configs (one via support and one in CPEM) so I really want to understand the value before we do that. |
Apologies but I don't have any of the logs from CPEM for incident any more, only from the MetalLB side, which was:
|
We recently ran into an issue in one of our clusters in that we had more than 10 LoadBalancer Services which tried to peer via MetalLB BGP. Due to a default limit of 10 prefixes, this caused all subsequent BGP peering to fail until we had Equinix support reset the BGP session after removing the excess Services (switched to using shared IPs).
Since this is a limit in Equinix side, I think it would be of value for the Equinix CCM to also limit number of IPs/prefixes that can be requested/ordered. Ideally an arg that can be set if the customer has arranged a higher session limit.
See https://deploy.equinix.com/developers/docs/metal/bgp/bgp-on-equinix-metal/#bgp-prefix-limit
The text was updated successfully, but these errors were encountered: