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: content/cluster-installation/hosted-control-plane/tenant-network/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,8 @@ Suggested order:
87
87
88
88
1. Hub ingress shard + `ingress-shared-lb` + DNS for the three control-plane hostnames: OAuth, Konnectivity, and Ignition
89
89
2. Apply `HostedCluster` and `NodePool`.
90
-
3. Deploy external load balancer for `api-lb` + API DNS. Based on the NodePorts for the api kubernetes Service, located in hub cluster
91
-
4. Deploy external load balancer for `ingress-lb` + wildcard apps DNS. Based on the NodePorts of the ingress kubernetes service, located in hosted cluster.
90
+
3. Deploy external load balancer for the Hosted-Cluster API `api-lb` + API DNS. Based on the NodePorts for the api kubernetes Service, located in hub cluster
91
+
4. Deploy external load balancer for the Hosted-Cluster Ingress `ingress-lb` + wildcard apps DNS. Based on the NodePorts of the ingress kubernetes service, located in hosted cluster.
92
92
93
93
### Hub ingress shard + `ingress-shared-lb`
94
94
@@ -237,7 +237,7 @@ spec:
237
237
238
238
1. Attach NodePool VMs to the tenant segment using a user-defined network (UDN) `localnet` attachment (`default/cudn-localnet1-2003` in this lab).
239
239
240
-
### Deploy external load balancer for (`api-lb`)
240
+
### Deploy external load balancer for the Hosted-Cluster API (`api-lb`)
241
241
242
242
Use an RHEL 9 virtual machine with HAProxy.
243
243
@@ -258,7 +258,7 @@ Add DNS record:
258
258
api.tenant-a.coe.muc.redhat.com. IN A 192.168.203.<IP of VM>
259
259
```
260
260
261
-
### Deploy external load balancer for (`ingress-lb`) of hosted cluster
261
+
### Deploy external load balancer for Hosted-Cluster ingress (`ingress-lb`)
0 commit comments