You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/partials/install/_ha-load-balancer-prereq.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
- If you are installing in high availability (HA) mode, a load balancer is required. You can use the kURL internal load balancer or bring an external load balancer. An external load balancer might be preferred when clients outside the cluster need access to the cluster's Kubernetes API.
1
+
- If you are installing in high availability (HA) mode, a load balancer is required. You can use the kURL internal load balancer provided with the [Embedded kURL Cluster Operator (EKCO) Add-On](https://kurl.sh/docs/add-ons/ekco)or bring your own external load balancer. An external load balancer might be preferred when clients outside the cluster need access to the cluster's Kubernetes API.
2
2
3
3
To install in HA mode, complete the following prerequisites:
4
-
- (Optional) If you are going to use the kURL internal load balancer, you can preconfigure it by passing `| sudo bash -s ha ekco-enable-internal-load-balancer`.
4
+
- (Optional) If you are going to use the kURL EKCO load balancer, you can preconfigure it by passing `| sudo bash -s ha ekco-enable-internal-load-balancer` with the install command. Otherwise, you are prompted to indicate that you are using the internal load balancer during installation. For more information about the EKCO Add-on, see [EKCO Add-On](https://kurl.sh/docs/add-ons/ekco) in the open source kURL documentation.
5
5
- To use an external load balancer, ensure that the load balancer meets the following requirements:
6
6
- Must be a TCP forwarding load balancer
7
7
- Must be configured to distribute traffic to all healthy control plane nodes in its target list
0 commit comments