Questions tagged [kube-lego]
5 questions
2
votes
1 answer
Kubernetes/Ingress Nginx/Cert Manager certificates have namespaces?
I am trying to deploy the "cert-manager" (https://github.com/jetstack/cert-manager) project which is the successor to "kube-lego". I'm finding that the certificates don't match what is being created, and I'm wondering if anybody else has tried this…

Christopher Thomas
- 4,424
- 4
- 34
- 49
0
votes
1 answer
Problems when upgrade kube-lego to cert-manager
I use kube-lego in 0.1.5-a9592932 version, but this service are deprecated and now the time has come for migrate for cert-manger. When testing migrate I lost the secret "kube-lego-account", but I need this! It's possible forcing generate the secret?…

roliveira
- 87
- 1
- 12
0
votes
0 answers
How to use existing certificates from kube-lego after migrating to cert-manager?
I've been pretty happy with kube-lego which manages thousands of certificates for me. I'm now migrating to cert-manager, it's successor, but in my test deployment, I noticed that when cert-manager saw an existing certificate with 33 days left til…

Jesse Shieh
- 4,660
- 5
- 34
- 49
0
votes
0 answers
kube-lego not working because of a specific error
We have kube-lego setup so the certs should've auto-renewed. It didnt and according to the logs below it seems to be a problem with reaching the sites:
time="2019-08-28T22:17:26Z" level=warning msg="authorization failed after 5m0s: reachability…

Aech
- 9
- 4
0
votes
1 answer
Kubernetes with rewrite-target and kube-lego
I am trying to create redirect rule to GC buckets with my own certs. I have such configuration:
kind: Service
apiVersion: v1
metadata:
name: proxy-to-gcs
spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
type: ExternalName
…

Chap
- 77
- 2
- 10