cluster-api-provider-gcp
cluster-api-provider-gcp copied to clipboard
Implement RegionalExternal loadbalancer type
/kind feature
Describe the solution you'd like
Due to technical constraints, I'm unable to deploy a global load balancer. As a result, I need to use a regional one by setting the GCPCluster.spec.loadBalancer.loadBalancerType field to either RegionalExternal or RegionalExternalInternal.
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]
I already implemented the feature here
To do it so i had to rebuild the
Last release provides the regional backend tcp proxiesGoogleCloudPlatform/k8s-cloud-provider because published releases do not provides interfaces for regional tcp proxy loadbalancer or i did not succeed to find the right release ?
f you think this could be eligible for a pull request, I'm happy to work on adding tests and ensuring the code is clean.