-
Notifications
You must be signed in to change notification settings - Fork 204
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
annotation "haproxy.org/load-balance: uri path-only" causes configuration reloads #678
Comments
Thanks @alexkayzer for reporting this. Here, it's not linked to the use of the Backend CRD, but the root cause is the same.
When we reconcile the Backend we detect a diff on the field, update the field and reload. |
The issue comes from the included library client-library.
We need to bump client-native library and build a new version of Ingress Controller. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
this has been resolved in latest 1.11/3.0 version of ingress controller |
We found a bug, when using the kubernetes ingress annotation "haproxy.org/load-balance: uri path-only" , it constantly configuration reloads.
DEBUG service/service.go:134 Service 'example-app/example-app': backend 'example-app_example-app_http-8080' updated: [Balance.URIPathOnly: true != false] Reload required
versions that have tested applications 1.10.16, 3.0.1, 11.0
The text was updated successfully, but these errors were encountered: