-
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
Auto-assigned IP address can be the External IPs of Envoy Proxy Service in LoadBalancer mode #1405
Comments
wouldn't this require integrations with L4 LBs, responsible for providing the IPs. |
@shawnh2 can you link any metalLB doc/code links that does this - populates |
@chauhanshubham I would assume a separate controller and a separate |
false alarm. the MetalLB does not populates |
After #1322 was merged, we can define
Gateway.Spec.Addresses
as the Envoy Proxy Service External IPs.But when we deploy the Envoy Proxy Service in
LoadBalancer
mode along with MetalLB, the latter will automatically assign a IP toGateway.Spec.Addresses
, causing Envoy Proxy Service to have an External IP.It won't cause any bugs, but IMO this behavior is inappropriate because only user-defined IP address should be the External IPs instead of auto-assigned IP address.
cc @arkodg WDYT?
Relevant: #360
The text was updated successfully, but these errors were encountered: