-
Notifications
You must be signed in to change notification settings - Fork 303
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
Enabling global access for internal HTTP(S) load balancer #1883
Comments
we are actually experiencing the same issue here. we want to be able to access internal HTTP(s) LB residing in a different region while having VPC peering established between VPCs in two different regions. it's definitely technically possible to do that by manually creating a new global forwarding rule on top of existing non-global LB, but it's not clear how to do it via k8s Ingress object. |
/kind feature the GCE L7 ILB is not yet supported by kubernetes' ingress-gce |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I'm having an issue trying to create an internal L7 load balancer through the GCE ingress controller with global access enabled. In the docs, the following is written:
On another page, it's stated that global access cannot be enabled for existing forwarding rules. I confirmed this by running
Once the load balancer and associated forwarding rule is created by the ingress controller, I tried manually creating a new forwarding rule and attaching it to the existing target HTTP proxy with global access enabled, which worked as expected. I would like to know if there is a way to do this declaratively through ingress annotations or some other means?
The text was updated successfully, but these errors were encountered: