-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Merge ALB rules by the same host #2678
Comments
@michaelkoro, we can optimize in limited situations - for consecutive rules so as to honor the ingress group order. Also the current ALB limit is max 5 conditions per rule. Are you hitting the rules quotas or have other concerns? /kind feature |
+1, maybe this feature can prevent hit AWS ELB listener rule api throttle |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
+1 would be great to see this in v2.6.0 |
/assign |
+1, would love to see multiple hostnames with same backing service grouped together!
|
Is your feature request related to a problem?
We would like to be able to merge rules in the ingress resource, on the ALB level.
For example, when creating the following -
We want the controller to merge the two paths in the first rule, and create one rule in the ALB.
We are aware of the
conditions
annotation, but unfortunately working with it dynamically is very complicated.Is there an easier way?
The text was updated successfully, but these errors were encountered: