From 93233deb22fd57a0451491c16835a587a2135931 Mon Sep 17 00:00:00 2001 From: horizzzzon <89654740+horizzzzon@users.noreply.github.com> Date: Tue, 31 Aug 2021 17:11:39 +0000 Subject: [PATCH 1/2] Update password-reset.md clarified that one needs to use the coder-namespace. --- admin/access-control/password-reset.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/access-control/password-reset.md b/admin/access-control/password-reset.md index 5b9de1d53..3797c5969 100644 --- a/admin/access-control/password-reset.md +++ b/admin/access-control/password-reset.md @@ -31,6 +31,9 @@ If you need to reset the password for a site admin, you can do so using coderd's To reset the password, run the following in the terminal: ```console +# If you are not yet in the coder namespace: +kubectl config set-context --current --namespace=coder + # get any coderd pod kubectl get pods | grep coderd- | awk '{print $1}' | head -n1 From 56c620283c50e2bf2d5fc47db634f19788daf69f Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 31 Aug 2021 12:57:25 -0500 Subject: [PATCH 2/2] Edit text --- admin/access-control/password-reset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/access-control/password-reset.md b/admin/access-control/password-reset.md index 3797c5969..4de90d4d7 100644 --- a/admin/access-control/password-reset.md +++ b/admin/access-control/password-reset.md @@ -31,7 +31,7 @@ If you need to reset the password for a site admin, you can do so using coderd's To reset the password, run the following in the terminal: ```console -# If you are not yet in the coder namespace: +# point to the coder namespace kubectl config set-context --current --namespace=coder # get any coderd pod