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