From 6b2ac7c007edd98bc60f0a872945acb1af229506 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:26:53 +0000 Subject: [PATCH 1/3] add primary to wsproxy ls --- docs/admin/networking/workspace-proxies.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/admin/networking/workspace-proxies.md b/docs/admin/networking/workspace-proxies.md index d2de3a9f512bd..bee17cfb89c49 100644 --- a/docs/admin/networking/workspace-proxies.md +++ b/docs/admin/networking/workspace-proxies.md @@ -56,12 +56,13 @@ Deploying the workspace proxy will also register the proxy with coderd and make the workspace proxy usable. If the proxy deployment is successful, `coder wsproxy ls` will show an `ok` status code: -``` +```shell $ coder wsproxy ls NAME URL STATUS STATUS -brazil-saopaulo https://brazil.example.com ok -europe-frankfurt https://europe.example.com ok -sydney https://sydney.example.com ok +primary https://primary.example.com ok +brazil-saopaulo https://brazil.example.com ok +europe-frankfurt https://europe.example.com ok +sydney https://sydney.example.com ok ``` Other Status codes: From b0b3ebd5bbbbc6a19d2a55d7167abe2e0c690aa6 Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Tue, 22 Oct 2024 14:31:47 -0400 Subject: [PATCH 2/3] Update docs/admin/networking/workspace-proxies.md --- docs/admin/networking/workspace-proxies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/networking/workspace-proxies.md b/docs/admin/networking/workspace-proxies.md index bee17cfb89c49..536d6f04e389e 100644 --- a/docs/admin/networking/workspace-proxies.md +++ b/docs/admin/networking/workspace-proxies.md @@ -59,7 +59,7 @@ the workspace proxy usable. If the proxy deployment is successful, ```shell $ coder wsproxy ls NAME URL STATUS STATUS -primary https://primary.example.com ok +primary https://dev.coder.com ok brazil-saopaulo https://brazil.example.com ok europe-frankfurt https://europe.example.com ok sydney https://sydney.example.com ok From ea315ad1d0bed0c49570423afbce038dbf2c38a8 Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Tue, 22 Oct 2024 14:54:43 -0400 Subject: [PATCH 3/3] ok alignment --- docs/admin/networking/workspace-proxies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/networking/workspace-proxies.md b/docs/admin/networking/workspace-proxies.md index 536d6f04e389e..3d764b248d2d8 100644 --- a/docs/admin/networking/workspace-proxies.md +++ b/docs/admin/networking/workspace-proxies.md @@ -59,7 +59,7 @@ the workspace proxy usable. If the proxy deployment is successful, ```shell $ coder wsproxy ls NAME URL STATUS STATUS -primary https://dev.coder.com ok +primary https://dev.coder.com ok brazil-saopaulo https://brazil.example.com ok europe-frankfurt https://europe.example.com ok sydney https://sydney.example.com ok