Skip to content

Commit 95a4349

Browse files
committed
OCPBUGS-64635 added note to document
1 parent 1f1ec8d commit 95a4349

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

modules/installation-two-node-ingress-lb-configuration.adoc

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,29 @@
44

55
You must configure an external Ingress load balancer (LB) before you install a two-node OpenShift cluster with fencing. The Ingress LB forwards external application traffic to the Ingress Controller pods that run on the control plane nodes. Both nodes can actively receive traffic.
66

7+
[NOTE]
8+
====
9+
An external load balancer is recommended for production deployments but is not required.
10+
====
11+
712
.Prerequisites
813

9-
* You have two control plane nodes with fencing enabled.
10-
* You have network connectivity from the load balancer to both control plane nodes.
11-
* You created DNS records for `api.<cluster_name>.<base_domain>` and `*.apps.<cluster_name>.<base_domain>`.
12-
* You have an external load balancer that supports health checks on endpoints.
14+
* You have two control plane nodes with fencing enabled.
15+
* You have network connectivity from the load balancer to both control plane nodes.
16+
* You created DNS records for `api.<cluster_name>.<base_domain>` and `*.apps.<cluster_name>.<base_domain>`.
1317
1418
.Procedure
1519

1620
. Configure the load balancer to forward traffic for the following ports:
1721
+
18-
* `6443`: Kubernetes API server
22+
* `6443`: Kubernetes API server
1923
* `80` and `443`: Application ingress
2024
+
2125
You must forward traffic to both control plane nodes.
2226

2327
. Configure health checks on the load balancer. You must monitor the backend endpoints so that the load balancer only sends traffic to nodes that respond.
2428

25-
. Configure the load balancer to forward traffic to both control plane nodes. The following example shows how to configure two control plane nodes:
29+
. Configure the load balancer to forward traffic to both control plane nodes. The following example shows how to configure two control plane nodes:
2630
+
2731
[source,terminal]
2832
----

0 commit comments

Comments
 (0)