gateway api on gke got error "Size of the url map exceeds the maximum permitted size" #3089
Replies: 1 comment 1 reply
-
Hey @totoroliu0131, do you mind filing a bug through GCP support so we can follow up there with all your project information? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
Recently I started migrating my services from istio to gateway api on my multiple cluster gke. Because I have 100+ HTTPRoute need to create. When I already declared 30+ HTTPRoute I encounter some error "Size of the url map exceeds the maximum permitted size" It seems like that I hit "Size of URL maps" limit on my gcp(only 64KB for external LB) but it can't be increased or changed on myself. I understand it's all gcp's fault not gateway api. But maybe someone can help me on here?
Reference :
https://cloud.google.com/load-balancing/docs/quotas#url_maps
Beta Was this translation helpful? Give feedback.
All reactions