In some cases (e.g. GKE), the local routes for ForwardedIps may be undesired because the routing of these load balancer IPs within a node will be fulfill by the local dataplane instead. Further, this local route may interfere how routing should be done and impose additional handling to bypass it.
It would be nice to have one more option similar to TargetInstanceIPs (config, code) to allow for skip installing such local routes.
In some cases (e.g. GKE), the local routes for
ForwardedIpsmay be undesired because the routing of these load balancer IPs within a node will be fulfill by the local dataplane instead. Further, this local route may interfere how routing should be done and impose additional handling to bypass it.It would be nice to have one more option similar to
TargetInstanceIPs(config, code) to allow for skip installing such local routes.