Closed ahmetb closed 7 years ago
Hello, could you try this again on the latest stable version ? v0.4.0, I've added tags and links to the docs for that version on the main page.
@luna-duclos Things progressed worked once I built from v0.4.0. Thanks. I'll leave it up to you to what to do with this issue.
I'm also having this problem-- unfortunately switching to v0.4.0 isn't an option for me, because I need support for SANs which appears to only be in the master
branch.
I have deployed kube-cert-manager from the tip of master branch today and configured with my cloudflare API key. Output from the kcm pod shows healthy status:
Before started pod, I did
kubectl apply -f k8s/certificate-type.yaml
.Then I did
kubectl apply
for a Certificate resource as follows:However I don't see any of the logs about this Certificate getting picked up (like the sample output in https://github.com/PalmStoneGames/kube-cert-manager/blob/master/docs/create-a-certificate.md).
No secrets are created either so it probably doesn’t work.
But the certificate resource is there:
Restarting does not help. I am basically stuck at this point.