-
Notifications
You must be signed in to change notification settings - Fork 803
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
Document/Reference - Static IP setup somewhere (GKE) #797
Comments
Well this was a bit more complicated than I thought... There are two templates with ingress objects within the z2jh helm chart, but the only one that is in use by me with a letsencrypt setup is the one in What is the object that I need to annotate?
|
Note that this will currently fail with cert-manager based tls due to a bug in ingress-gce: cert-manager/cert-manager#606 PR for the fix: kubernetes/ingress-gce#388 |
Thanks for the headsup @clkao! What ive done that works (step 2a in guide linked above), but still confused about regional/global address difference, written from memory on mobile
Current understanding of regional ip/global ip: loadBalancers are regional, and is only allowed to be assigned a regional IP for some high level networking reason. A regional IP is still an external IP accessible to the internet users though. The downsidebis that one must create a global IP if one wants to span multiple regions later with a loadbalancer that passes traffic onwards to various regions - but this overkill for most use cases on a z2jh deployment. |
Closing in favor of #748 |
The configuring-domain-name-static-ip documentation is very relevant to users that would like to establish a fixed IP to point their domain name to.
Apparently it will be quite easy for users on GKE.
config.yaml
The text was updated successfully, but these errors were encountered: