'HAProxy Ingress and name of the LoadBalancer in GCP

is there a way to define the name of the loadbalancer which is created for haproxy ingress controller in GKE/GCP via annotations.

Currently the name is just a random hash and its not written back to the kubernetes service object. I would prefer to define it via annotations like for AWS by using service.beta.kubernetes.io/aws-load-balancer-name or similar.

Thanks

David



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source