-
Notifications
You must be signed in to change notification settings - Fork 254
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
Add support for disabling in-cluster endpoint connection pooling #3613
Conversation
Co-authored-by: Viraj Salaka <viraj.salaka@gmail.com>
[failed] Dataplane(NorthEU) cluster : dev-deployment-v2 : 20241030.8 |
[succeeded] : dev-deployment-v2 : 20241030.8 |
[failed] Dataplane(EastUS) cluster : dev-deployment-v2 : 20241030.8 |
[] Dataplane(NorthEU) cluster : dev-deployment-v2 : 20241030.32 |
[] : dev-deployment-v2 : 20241030.32 |
[] Dataplane(EastUS) cluster : dev-deployment-v2 : 20241030.32 |
[] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20241031.3 |
[] Dataplane(EastUS) cluster : stage-deployment-v2 : 20241031.3 |
[] Controlplane cluster : stage-deployment-v2 : 20241031.3 |
[succeeded] Controlplane cluster : prod-deployment-v2 : 20241101.3 |
[succeeded] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20241101.3 |
[failed] Dataplane(CDP2-WU2) cluster : prod-deployment-v2 : 20241101.3 |
[succeeded] Dataplane(EastUS) cluster : prod-deployment-v2 : 20241101.3 |
[] Dataplane(CDP2-WU2) cluster : prod-deployment-v2 : 20241101.4 |
[] Dataplane(EastUS) cluster : prod-deployment-v2 : 20241101.4 |
[] Controlplane cluster : prod-deployment-v2 : 20241101.4 |
[] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20241101.4 |
Purpose
The use of connection pooling for intra-cluster communications has led to a few conflicts with Cilium Envoy, resulting in intermittent 503 errors. The goal of this PR is to disable connection pooling within the cluster to mitigate the issue described in cilium/cilium#33880.
Issues
Fixes #
Automation tests
Tested environments
Not Tested
Maintainers: Check before merge