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

Fix nginx example #291

Closed ryutamaki closed 6 years ago

ryutamaki commented 6 years ago

I tested nginx example and it didn't work for me.

I figured out we need an annotation ingress.kubernetes.io/rewrite-target: / for ingress-*.yaml

simonswine commented 6 years ago

Not too sure when you need this annotation, the default config works for me without it in k8s 1.7/1.8 on GKE