Skip to content
Snippets Groups Projects
Commit 675f457c authored by Varac's avatar Varac
Browse files

Apply suggestion to docs/troubleshooting.md

parent a0b87642
No related branches found
No related tags found
1 merge request!170Improve cert-manager troubleshooting
......@@ -23,8 +23,7 @@ Are all cert-manager pods in the `oas` namespace in the `READY` state ?
Are there any `cm-acme-http-solver-*` pods still running, indicating that there
are unfinished certificate requests ?
cluster$ kubectl -n oas-apps get pods | grep cm-acme-http-solver
cluster$ kubectl -n oas get pods | grep cm-acme-http-solver
cluster$ kubectl get pods --all-namespaces | grep cm-acme-http-solver
Show the logs of the main `cert-manager` pod:
......
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