From 675f457c821aa144e153bd8dd66d6adc29676f69 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Mon, 16 Dec 2019 08:59:03 +0000 Subject: [PATCH] Apply suggestion to docs/troubleshooting.md --- docs/troubleshooting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index ef60cfda1..937df1728 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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: -- GitLab