kube-lego icon indicating copy to clipboard operation
kube-lego copied to clipboard

DEPRECATED: Automatically request certificates for Kubernetes Ingress resources from Let's Encrypt

Results 100 kube-lego issues
Sort by recently updated
recently updated
newest added

My kube-lego setup is not able to get a cert for one particular domain. ``` time=2017-12-11T18:34:38Z level=debug msg=testing reachability of http://sub.domain.xyz/.well-known/acme-challenge/_selftest context=acme domain=sub.domain.xyz ``` Fetching the selftest url by hand...

E0706 02:04:01.000444 1 reflector.go:201] github.com/jetstack/kube-lego/pkg/kubelego/watch.go:112: Failed to list *v1beta1.Ingress: User "system:serviceaccount:kube-lego:default" cannot list ingresses.extensions at the cluster scope.: "Unknown user \"system:serviceaccount:kube-lego:default\"" (get ingresses.extensions)

Hi, today I runned kube-lego for the first time and everything worked fine but after a couple of hours or so I got the following logs the kube lego pod...

Hi, I'm definitely a rookie at this, but I'm currently stuck when trying to get SSL working with the GCE load balancer. I've followed the GCE example, and I think...

I was trying to setup kube-lego on my cluster this morning and kept on receiving the following error: `time="2017-11-14T22:44:04Z" level=debug msg="error while authorizing: waiting for authorization failed: acme: identifier authorization...

Hi everyone, we just faced the issue that it is impossible to request certificates with `kube-lego` when another ingress for the path `/` already exists. The `/.well-known/acme` path in the...

This is a starting version of an attempt to support [HAProxy Ingress](https://github.com/jcmoraisjr/haproxy-ingress). Some known missing pieces: * Configuration docs * I started decoupling nginx provider and kubelego package, if this...

needs-rebase
size/L
dco-signoff: no

Re-enables the e2e test now that Let's Encrypt Staging is working. Changes user email domain now that Let's Encrypt no longer allows users with the domain example.com.

needs-ok-to-test
release-note-none
size/XS
dco-signoff: yes

It seems kube lego can't get the certificates, here what's in the log > level=error msg="worker: error processing item, requeuing after rate limit: Get https://acme-v01.api.letsencrypt.org/directory: dial tcp: lookup acme-v01.api.letsencrypt.org on...