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

Kube-lego not logging much at all #285

Closed ctlaux closed 6 years ago

ctlaux commented 6 years ago

Hi,

I'm new to Kubernetes and just set up kube-lego on GKE as in the example, but I don't get more than this in the logs:

time="2017-11-23T19:25:55Z" level=info msg="kube-lego 0.1.5-a9592932 starting" context=kubelego 
time="2017-11-23T19:25:55Z" level=info msg="connecting to kubernetes api: https://x.x.x.x:443" context=kubelego 
time="2017-11-23T19:25:55Z" level=info msg="successfully connected to kubernetes api v1.7.8-gke.0" context=kubelego 
time="2017-11-23T19:25:55Z" level=debug msg="start watching ingress objects" context=kubelego 
time="2017-11-23T19:25:55Z" level=info msg="server listening on http://:8080/" context=acme 

Which step is it caught up on? What is missing to move to the next step and obtain certificates?

Cheers, Chris