I have installed:
- cert manager 0.15 https://github.com/jetstack/cert-manager/releases/download/v0.15.1/cert-manager.yaml
- ingress controller: https://pastebin.com/EMsv7TRY
- cert-issuer: https://pastebin.com/VpfE95H5
- ingress-routes: https://pastebin.com/y4Gv7PA2
If I do a describe of the certificate I get that it is in pending: https://pastebin.com/a4K1wweK
On the pod, traefik-external I am getting this error:
time="2020-06-25T14:17:39Z" level=error msg="Error configuring TLS: secret default/dr.eks.devel.aaa.com-cert contains the following empty TLS data entries: tls.crt" namespace=default providerName=kubernetescrd ingress=ingressroutetls
What am I missing ?