Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

front not running: certs volume unavailable #6

Closed
ook opened this issue Nov 15, 2019 · 4 comments
Closed

front not running: certs volume unavailable #6

ook opened this issue Nov 15, 2019 · 4 comments

Comments

@ook
Copy link

ook commented Nov 15, 2019

Installing from scratch master (13ff9eb), secret certificate-mailu is still not created, so volume certs can't be mounted, and pod front can't start.

Note: I have to set certManagerPre011: true, since I have an old certmanager on that cluster.

@micw
Copy link
Contributor

micw commented Nov 15, 2019

Do you have a working default clusterissuer?

@micw
Copy link
Contributor

micw commented Nov 15, 2019

Please try to debug your cert manager (e.g. kubectl describe certificate/order/...).
If you run certmanager <=0.8, you won't get any certs (see https://community.letsencrypt.org/t/blocking-old-cert-manager-versions/98753).

@ook
Copy link
Author

ook commented Nov 19, 2019

Indeed: my cert-manager ClusterIssuer was misconfigured for ACME resolver (CRD for Certificate was missing because I forgot to set ``. Thank you
Now I have a problem with nginx stealing mailu admin: I'll search on my side then eventually open another ticket for help.

@reavessm
Copy link

Hate to necro this post, but is there any way to get this running with out cert-manager? I'm assuming setting TLS_FLAVOR of notls would skip the CertManager requirement, but I'm still getting the above issue. Also, FWIW, I am running this on openshift 4.6 and will plan on using TLS on the routes (with edge termination), so I don't really want to bother with a cert-manager, especially for this POC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants