Skip to content
Snippets Groups Projects
Commit 116c222b authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'improve_troubleshooting_doc' into 'master'

Improve cert-manager troubleshooting

See merge request openappstack/openappstack!170
parents fb03beed 675f457c
No related branches found
No related tags found
No related merge requests found
......@@ -24,13 +24,18 @@ Please check the resulting value of the `acme_staging` key in
are fetched from the [Let's Encrypt staging API](https://letsencrypt.org/docs/staging-environment/),
which can't be validated by default in your browser.
Are all pods in the `cert-manager` namespace in the `READY` state ?
Are all cert-manager pods in the `oas` namespace in the `READY` state ?
cluster$ kubectl -n cert-manager get pods
cluster$ kubectl -n oas get pods | grep cert-manager
Are there any `cm-acme-http-solver-*` pods still running, indicating that there
are unfinished certificate requests ?
cluster$ kubectl get pods --all-namespaces | grep cm-acme-http-solver
Show the logs of the main `cert-manager` pod:
cluster$ kubectl -n cert-manager logs -l "app.kubernetes.io/name=cert-manager"
cluster$ kubectl -n oas logs -l "app.kubernetes.io/name=cert-manager"
You can `grep` for your cluster domain or for any specific subdomain to narrow
down results.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment