From 115a2bbfe92ef36f4c4377a59d4ea28654aba3a8 Mon Sep 17 00:00:00 2001 From: luciezhao Date: Mon, 23 Sep 2024 12:03:59 -0400 Subject: [PATCH] Update Geo documentation --- doc/advanced/geo/index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/advanced/geo/index.md b/doc/advanced/geo/index.md index 2e3d3a9573..15c96f88ab 100644 --- a/doc/advanced/geo/index.md +++ b/doc/advanced/geo/index.md @@ -749,12 +749,6 @@ In some cases, you may want to give users control over which site they visit. Fo 1. Select the pencil icon to **Edit the secondary site**. 1. Edit the External URL, for example `https://shanghai.gitlab.example.com`. 1. Select **Save changes**. - - Using a Rails runner command: - 1. In a toolbox container in the primary site: - - ```shell - kubectl --namespace gitlab exec -ti gitlab-geo-toolbox-XXX -- gitlab-rails runner "GeoNode.secondary_nodes.last.update!(url: 'https://shanghai.gitlab.example.com')" - ``` 1. Redeploy the secondary site's chart: -- GitLab