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
Adds a conditional expression to display the reference to OpenStack only in the OpenStack context. Otherwise, the process is identifical for other contexts. Reusing the topic for TELCODOCS-113.
Fixes: TELCODOCS-113
Signed-off-by: John Wilkins <[email protected]>
to use an external load balancer in place of the default load balancer.
11
16
12
17
// Maybe an About mod in support
13
18
19
+
20
+
14
21
.Prerequisites
15
22
16
23
* On your load balancer, TCP over ports 6443, 443, and 80 must be available to any users of your system.
@@ -25,6 +32,11 @@ You can configure a {product-title} cluster on {rh-openstack-first} to use an ex
25
32
** Attaching the load balancer to the cluster's machine subnet.
26
33
** Attaching floating IP addresses to machines that use the load balancer.
27
34
35
+
[IMPORTANT]
36
+
====
37
+
External load balancing services and the control plane nodes must run on the same L2 network, and on the same VLAN when using VLANs to route traffic between the load balancing services and the control plane nodes.
38
+
====
39
+
28
40
.Procedure
29
41
30
42
. Enable access to the cluster from your load balancer on ports 6443, 443, and 80.
0 commit comments