From 4db4e1f3411676edc762a44094e6d3e3e32b7448 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 18 Mar 2019 09:28:04 +0000 Subject: [PATCH] Update troubleshooting.rst The example for checking the namespace has the correct label was incorrect. It was also being hidden on the Github RST rendering, because of the `:emphasize-lines`. I suspect this is why the mistake has never been noticed previously. I suggest having the example render in github is more important the emphasizing the line. --- docs/getting-started/troubleshooting.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/troubleshooting.rst b/docs/getting-started/troubleshooting.rst index a9cbc7641..d28a114ab 100644 --- a/docs/getting-started/troubleshooting.rst +++ b/docs/getting-started/troubleshooting.rst @@ -28,12 +28,13 @@ following command to verify that your cert-manager namespace has the necessary label: .. code-block:: shell - :emphasize-lines: 4 - - kubectl get namespace + kubectl describe namespace cert-manager + Name: cert-manager Labels: certmanager.k8s.io/disable-validation=true + Annotations: + Status: Active ... If you cannot see the ``certmanager.k8s.io/disable-validation=true`` label on