Skip to content

Commit 8a5ab43

Browse files
committed
Edit HA mode info in kurl install docs
1 parent a72338a commit 8a5ab43

File tree

4 files changed

+8
-19
lines changed

4 files changed

+8
-19
lines changed

docs/enterprise/installing-kurl-airgap.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import KurlAbout from "../partials/install/_kurl-about.mdx"
2-
import HaLoadBalancerAbout from "../partials/install/_ha-load-balancer-about.mdx"
32
import IntroEmbedded from "../partials/install/_intro-embedded.mdx"
43
import IntroAirGap from "../partials/install/_intro-air-gap.mdx"
54
import PrereqsEmbeddedCluster from "../partials/install/_prereqs-embedded-cluster.mdx"
@@ -18,12 +17,6 @@ import ExtractKurlBundle from "../partials/install/_extract-kurl-bundle.mdx"
1817

1918
<KurlAbout/>
2019

21-
## About High Availability Mode
22-
23-
Air gap installations can use high availability (HA) mode with the kURL installer.
24-
25-
<HaLoadBalancerAbout/>
26-
2720
## Prerequisites
2821

2922
Complete the following prerequisites:

docs/enterprise/installing-kurl.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import KurlAbout from "../partials/install/_kurl-about.mdx"
2-
import HaLoadBalancerAbout from "../partials/install/_ha-load-balancer-about.mdx"
32
import IntroEmbedded from "../partials/install/_intro-embedded.mdx"
43
import PrereqsEmbeddedCluster from "../partials/install/_prereqs-embedded-cluster.mdx"
54
import HaLoadBalancerPrereq from "../partials/install/_ha-load-balancer-prereq.mdx"
@@ -14,12 +13,6 @@ import AppNameUI from "../partials/install/_placeholder-app-name-UI.mdx"
1413

1514
<KurlAbout/>
1615

17-
## About High Availability Mode
18-
19-
Online installations can use high availability (HA) mode with the kURL installer.
20-
21-
<HaLoadBalancerAbout/>
22-
2316
## Prerequisites
2417

2518
Complete the following prerequisites:

docs/partials/install/_embedded-ha-step.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(High Availability Only) If you did not preconfigure a load balancer, you are prompted during the installation. Do one of the following:
1+
(HA Installation Only) If you are installing in HA mode and did not already preconfigure a load balancer, you are prompted during the installation. Do one of the following:
22

33
- If you are using the internal load balancer, leave the prompt blank and proceed with the installation.
44

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
- If you are installing in high availability mode:
2-
- (Optional) If you are going to use the internal load balancer, you can preconfigure it by passing `| sudo bash -s ha ekco-enable-internal-load-balancer`.
3-
- For an external load balancer, ensure that your load balancer is:
1+
* If you are installing in high availability (HA) mode, a load balancer is required:
2+
3+
* If the kURL Installer spec includes the EKCO add-on, you do not need to provide your own external load balancer. If you are going to use the internal load balancer, you can optionally preconfigure it by passing `| sudo bash -s ha ekco-enable-internal-load-balancer` with the kURL install command. Otherwise, you are prompted after running the kURL install command to specify that you want to use the internal load balancer.
4+
5+
* To use an external load balancer, ensure that your load balancer is:
46
- A TCP forwarding external load balancer.
57
- Configured to distribute traffic to all healthy control plane nodes in its target list.
6-
- (Optional) Preconfigured by passing the `load-balancer-address=HOST:PORT` flag.
8+
9+
If you are going to use an external load balancer, you can optionally preconfigured it by passing the `load-balancer-address=HOST:PORT` flag with the kURL install command. Otherwise, you are prompted after running the kURL install command to provide the address for the load balancer.

0 commit comments

Comments
 (0)