From b762133740aa71705af7b58a818eb9c7bf296b46 Mon Sep 17 00:00:00 2001 From: winter0mute Date: Mon, 17 Apr 2023 15:35:33 +0200 Subject: [PATCH 1/2] Fix relay link in HA doc --- docs/admin/high-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/high-availability.md b/docs/admin/high-availability.md index 037a758298cdb..ceaee4d14ca92 100644 --- a/docs/admin/high-availability.md +++ b/docs/admin/high-availability.md @@ -21,7 +21,7 @@ to the same Postgres endpoint. HA brings one configuration variable to set in each Coder node: `CODER_DERP_SERVER_RELAY_URL`. The HA nodes use these URLs to communicate with each other. Inter-node communication is only required while using the -embedded relay (default). If you're using [custom relays](../networking/README.md#custom-relays), Coder ignores `CODER_DERP_SERVER_RELAY_URL` since Postgres is the sole rendezvous for the Coder nodes. +embedded relay (default). If you're using [custom relays](../networking#custom-relays), Coder ignores `CODER_DERP_SERVER_RELAY_URL` since Postgres is the sole rendezvous for the Coder nodes. `CODER_DERP_SERVER_RELAY_URL` will never be `CODER_ACCESS_URL` because `CODER_ACCESS_URL` is a load balancer to all Coder nodes. From 746b6f3f564d0d160b96826d6a69a331683ce796 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 24 Apr 2023 15:25:48 +0300 Subject: [PATCH 2/2] Update high-availability.md --- docs/admin/high-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/high-availability.md b/docs/admin/high-availability.md index ceaee4d14ca92..037a758298cdb 100644 --- a/docs/admin/high-availability.md +++ b/docs/admin/high-availability.md @@ -21,7 +21,7 @@ to the same Postgres endpoint. HA brings one configuration variable to set in each Coder node: `CODER_DERP_SERVER_RELAY_URL`. The HA nodes use these URLs to communicate with each other. Inter-node communication is only required while using the -embedded relay (default). If you're using [custom relays](../networking#custom-relays), Coder ignores `CODER_DERP_SERVER_RELAY_URL` since Postgres is the sole rendezvous for the Coder nodes. +embedded relay (default). If you're using [custom relays](../networking/README.md#custom-relays), Coder ignores `CODER_DERP_SERVER_RELAY_URL` since Postgres is the sole rendezvous for the Coder nodes. `CODER_DERP_SERVER_RELAY_URL` will never be `CODER_ACCESS_URL` because `CODER_ACCESS_URL` is a load balancer to all Coder nodes.