Skip to content
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

GKE Static IP #95

Open
EamonKeane opened this issue Nov 8, 2017 · 0 comments
Open

GKE Static IP #95

EamonKeane opened this issue Nov 8, 2017 · 0 comments

Comments

@EamonKeane
Copy link

EamonKeane commented Nov 8, 2017

Thanks a lot for this excellent demo, it really helped me learn kubernetes.

This is not an issue with the demo, it works perfectly as it is with nginx, but I was attempting to adapt it to a production use case with a global static IP.

I attempted to run the demo without installing nginx-ingress and using a static IP on GKE and it didn't work. After 5 minutes, one of the three backend services created by Google remains 'UNHEALTHY' and jenkins does not load. Cross referencing this kube-lego issue where someone else has a similar problem:
jetstack/kube-lego#270

Has anyone else experienced this?

The only values I changed were the below in jenkins-values.yaml.

HostName: MY-HOST
ServiceType: NodePort

Ingress:
Annotations:
kubernetes.io/ingress.class: "gce"
kubernetes.io/tls-acme: "true"
kubernetes.io/ingress.global-static-ip-name: ingress-ip

TLS:
  - secretName: MY-HOST
    hosts:
      - MY-HOST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant