From 09e0fe5174097a20a92644dab107aa984c6528ee Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Tue, 2 Nov 2021 09:42:47 -0400 Subject: [PATCH] Added punctuation, adjusted markdown in note --- .../en/troubleshooting/expired-webhook-certificates/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.6/en/troubleshooting/expired-webhook-certificates/_index.md b/content/rancher/v2.6/en/troubleshooting/expired-webhook-certificates/_index.md index e8e091d6b85..99979410992 100644 --- a/content/rancher/v2.6/en/troubleshooting/expired-webhook-certificates/_index.md +++ b/content/rancher/v2.6/en/troubleshooting/expired-webhook-certificates/_index.md @@ -13,10 +13,10 @@ kubectl delete secret -n cattle-system cattle-webhook-tls kubectl delete pod -n cattle-system -l app=rancher-webhook ``` -##### 2. Users with no cluster access via `kubectl` +##### 2. Users with no cluster access via `kubectl`: 1. Delete the `cattle-webhook-tls` secret in the `cattle-system` namespace in the local cluster. 1. Delete the `rancher-webhook` pod in the `cattle-system` namespace in the local cluster. -> **Note:** The webhook certificate expiration issue is not specific to `cattle-webhook-tls` as listed in the examples. You will fill in your expired certificate secret accordingly. \ No newline at end of file +**Note:** The webhook certificate expiration issue is not specific to `cattle-webhook-tls` as listed in the examples. You will fill in your expired certificate secret accordingly. \ No newline at end of file