From 096cc22e31fc1ab4d1f75756c845b143ec99806d Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Thu, 5 Dec 2024 10:30:52 +0000 Subject: [PATCH] reenstated keepalived best practice #180 --- ...-available-web-server-clusters-with-keepalived.md | 12 ++++-------- sidebars.ts | 8 ++++---- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/docs/best-practices/computing/elastic-cloud-server/building-highly-available-web-server-clusters-with-keepalived.md b/docs/best-practices/computing/elastic-cloud-server/building-highly-available-web-server-clusters-with-keepalived.md index 9d96dd1be..eb9e93a5f 100644 --- a/docs/best-practices/computing/elastic-cloud-server/building-highly-available-web-server-clusters-with-keepalived.md +++ b/docs/best-practices/computing/elastic-cloud-server/building-highly-available-web-server-clusters-with-keepalived.md @@ -101,7 +101,7 @@ The overall operation process is as follows: 3. Click *Service List*. Under *Network*, click *Elastic IP*. 4. Click *Assign EIP* and set parameters as prompted. For details, see - `Table 1 `. + `Table 1`. c. Assign a virtual IP address. 5. Log in to the management console. 6. Click *Service List*. Under *Network*, click *Virtual @@ -492,17 +492,14 @@ The overall operation process is as follows: **ip addr show** - As shown in - `Figure 6 `, the virtual IP address has been bound to the `ens3` NIC - of `ecs-HA1`. + As shown in *Figure 6*, the virtual IP address has been bound to the `ens3` NIC of `ecs-HA1`. ![**Figure 6** Virtual IP address of ecs-HA1](/img/docs/best-practices/computing/elastic-cloud-server/en-us_image_0285681032.png) 4. Use a browser to access the EIP and check whether the web page on ecs-HA1 can be accessed. - If the information shown in - `Figure 7 ` is displayed, the access is normal. + If the information shown in *Figure 7*`* is displayed, the access is normal. ![**Figure 7** ecs-HA1 access verification](/img/docs/best-practices/computing/elastic-cloud-server/en-us_image_0285681030.png) @@ -520,7 +517,6 @@ The overall operation process is as follows: 7. Use a browser to access the EIP and check whether the web page on ecs-HA2 can be accessed. - If the information shown in - `Figure 9 `is displayed, the access is normal. + If the information shown in *Figure 9* is displayed, the access is normal. ![**Figure 9** ecs-HA2 access verification](/img/docs/best-practices/computing/elastic-cloud-server/en-us_image_0285681031.png) diff --git a/sidebars.ts b/sidebars.ts index 722941378..5f3ba2d9e 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -213,10 +213,10 @@ const sidebars: SidebarsConfig = { type: 'category', label: 'Elastic Cloud Server', items: [ - // { - // type: 'doc', - // id: 'best-practices/computing/elastic-cloud-server/building-highly-available-web-server-clusters-with-keepalived', - // }, + { + type: 'doc', + id: 'best-practices/computing/elastic-cloud-server/building-highly-available-web-server-clusters-with-keepalived', + }, { type: 'link', label: '📚 Go to Help Center',