-
Notifications
You must be signed in to change notification settings - Fork 347
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 User-Defined Gateway Addresses #360
Comments
hi, is this issue still available? i'd like to working on it. |
Great, thanks @shawnh2 |
hi guys, running through few things.
|
@shawnh2 the Gateway API allows the user to define a custom address at the Gateway level If that is possible, we will also need to read those values and update the status gateway/internal/status/gateway.go Line 25 in f81c011
|
as @tommie suggested, the user defined gateway addresses might need to be set in |
I codified a PoC in https://github.com/envoyproxy/gateway/compare/release/v0.3...tommie:envoyproxy-gateway:external-ips?expand=1 It only cares about Based off of v0.3 because of #1307. |
hi, looking great, mind i merge it into my branch first? and i will complete the rest. |
@shawnh2 go for it! |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
I see this issue is still open but was referenced by PR #1322 I can confirm what was mentioned here: #1405 (comment) Looking at the K8s docs, it says the So, my questions are:
On 2, I'm happy to create a new issue if it is off topic but curious to see if there was any thought put into this. |
Looking at the description, it seems like this PR is about EG reading If there's an issue with
LoadBalancer .
I think (2) would be a different question. |
@LanceEa Id prefer if we close this issue and create a new one, if we believe the feature has not been implemented correctly.
|
#352 adds support for managing gateway status addresses. However, this PR does not support user-defined Gateway addresses. Therefore, EG should compare the status address of the Gateway's associated service against the user-defined address and surface the proper Gateway status condition.
The text was updated successfully, but these errors were encountered: