jetstack / kube-lego

DEPRECATED: Automatically request certificates for Kubernetes Ingress resources from Let's Encrypt
Apache License 2.0
2.16k stars 267 forks source link

Stuck creating ingress #262

Closed Coolfeather2 closed 6 years ago

Coolfeather2 commented 6 years ago

image Because the ingress isn't being made the kube-lego pod is stuck testing reachability of http://subdomain.domain.net/.well-known/acme-challenge/_selftest

Coolfeather2 commented 6 years ago

kube-lego was creating a nginx ingress instead of gce - fixed

Noah-Huppert commented 6 years ago

How did you direct kube-lego to create a GCE controller? I am experiencing the same issue right now.

Coolfeather2 commented 6 years ago

Do you have:

    kubernetes.io/tls-acme: "true"
    kubernetes.io/ingress.class: "gce"
Noah-Huppert commented 6 years ago

I did not have the kubernetes.io/ingress.class: "gce" annotation. Thank you.