Please describe the problem you have
When using Contour Gateway Provisioner with a GatewayClass that references a custom ContourDeployment, it currently does not expose any fields to configure the Envoy Service’s spec.loadBalancerSourceRanges or spec.loadBalancerClass.
Because of this, we cannot:
It would be helpful if ContourDeployment allowed configuring these two fields so that the Envoy Service can be fully managed through the GatewayClass parameters.
Please describe the problem you have
When using Contour Gateway Provisioner with a
GatewayClassthat references a customContourDeployment, it currently does not expose any fields to configure the Envoy Service’sspec.loadBalancerSourceRangesorspec.loadBalancerClass.Because of this, we cannot:
Restrict source IPs at the load balancer level (loadBalancerSourceRanges)
Select a specific load balancer implementation (loadBalancerClass)
It would be helpful if
ContourDeploymentallowed configuring these two fields so that the Envoy Service can be fully managed through theGatewayClassparameters.