|
1 | 1 | // Module included in the following assemblies:
|
2 |
| -// TODO |
3 |
| -// * networking/TBD |
4 |
| -// * networking/load-balancing-openstack.adoc |
5 |
| -// * installing/installing_bare_metal_ipi/ipi-install-post-installation-configuration.adoc jowilkin |
6 |
| -// * installing/installing-vsphere-installer-provisioned.adoc |
7 |
| -// * installing/installing-vsphere-installer-provisioned-customizations.adoc |
8 |
| -// * installing/installing-vsphere-installer-provisioned-network-customizations.adoc |
9 |
| -// * installing/installing-restricted-networks-installer-provisioned-vsphere.adoc |
10 | 2 |
|
| 3 | +// * networking/load-balancing-openstack.adoc ( Load balancing on OpenStack) |
| 4 | +// * installing/installing_bare_metal_ipi/ipi-install-post-installation-configuration.adoc (Post-installation configuration) |
| 5 | +// * installing/installing-vsphere-installer-provisioned.adoc(Installing a cluster) |
| 6 | +// * installing/installing-vsphere-installer-provisioned-customizations.adoc (Installing a cluster on vSphere with customizations) |
| 7 | +// * installing/installing-vsphere-installer-provisioned-network-customizations.adoc (Installing a cluster on vSphere with network customizations) |
| 8 | +// * installing/installing-restricted-networks-installer-provisioned-vsphere.adoc (Installing a cluster on vSphere in a restricted network) |
11 | 9 |
|
12 | 10 | ifeval::["{context}" == "installing-vsphere-installer-provisioned"]
|
13 | 11 | :vsphere:
|
@@ -41,10 +39,20 @@ The information and examples in this section are for guideline purposes only. Co
|
41 | 39 |
|
42 | 40 | Red Hat supports the following services for an external load balancer:
|
43 | 41 |
|
44 |
| -* OpenShift API |
45 | 42 | * Ingress Controller
|
| 43 | +* OpenShift API |
| 44 | +* OpenShift MachineConfig API |
| 45 | +
|
| 46 | +You can choose whether you want to configure one or all of these services for an external load balancer. Configuring only the Ingress Controller service is a common configuration option. To better understand each service, view the following diagrams: |
| 47 | + |
| 48 | +.Example network workflow that shows an Ingress Controller operating in an {product-title} environment |
| 49 | +image::external-load-balancer-default.png[An image that shows an example network workflow of an Ingress Controller operating in an {product-title} environment.] |
| 50 | + |
| 51 | +.Example network workflow that shows an OpenShift API operating in an {product-title} environment |
| 52 | +image::external-load-balancer-openshift-api.png[An image that shows an example network workflow of an OpenShift API operating in an {product-title} environment.] |
46 | 53 |
|
47 |
| -You can choose to configure one or both of these services for an external load balancer. Configuring only the Ingress Controller service is a common configuration option. |
| 54 | +.Example network workflow that shows an OpenShift MachineConfig API operating in an {product-title} environment |
| 55 | +image::external-load-balancer-machine-config-api.png[An image that shows an example network workflow of an OpenShift MachineConfig API operating in an {product-title} environment.] |
48 | 56 |
|
49 | 57 | The following configuration options are supported for external load balancers:
|
50 | 58 |
|
|
0 commit comments