mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS-2174: RN for MetalLB
Review from Brandi.
This commit is contained in:
@@ -77,7 +77,7 @@ The {product-title} installation program for Microsoft Azure now creates subnets
|
||||
[id="ocp-4-9-expanding-with-virtual-media-on-baremetal-network"]
|
||||
==== Expanding the cluster with Virtual Media on the baremetal network
|
||||
|
||||
In {product-title} {product-version}, you can expand an installer provisioned cluster deployed using the `provisioning` network by using Virtual Media on the `baremetal` network. You can use this feature when the `ProvisioningNetwork` configuration setting is set to `Managed`. To use this feature, you must set the `virtualMediaViaExternalNetwork` configuration setting to `true` in the `provisioning` custom resource (CR). You must also edit the machineset to use the API VIP address. See xref:../installing/installing_bare_metal_ipi/ipi-install-expanding-the-cluster.html#preparing-to-deploy-with-virtual-media-on-the-baremetal-network_ipi-install-expanding[Preparing to deploy with Virtual Media on the baremetal network] for details.
|
||||
In {product-title} {product-version}, you can expand an installer provisioned cluster deployed using the `provisioning` network by using Virtual Media on the `baremetal` network. You can use this feature when the `ProvisioningNetwork` configuration setting is set to `Managed`. To use this feature, you must set the `virtualMediaViaExternalNetwork` configuration setting to `true` in the `provisioning` custom resource (CR). You must also edit the machineset to use the API VIP address. See xref:../installing/installing_bare_metal_ipi/ipi-install-expanding-the-cluster.html#preparing-to-deploy-with-virtual-media-on-the-baremetal-network_ipi-install-expanding[Preparing to deploy with Virtual Media on the baremetal network] for details.
|
||||
|
||||
[id="ocp-4-9-web-console"]
|
||||
=== Web console
|
||||
@@ -105,6 +105,17 @@ For more information, refer to xref:../networking/ovn_kubernetes_network_provide
|
||||
|
||||
The containerized Data Plane Development Kit (DPDK) is now GA in {product-title} {product-version}. For more information, see xref:../networking/hardware_networks/using-dpdk-and-rdma.adoc#using-dpdk-and-rdma[Using virtual functions (VFs) with DPDK and RDMA modes].
|
||||
|
||||
[id="ocp-4-9-networking-metallb"]
|
||||
==== MetalLB load balancer
|
||||
|
||||
This release introduces the MetalLB Operator. After installing and configuring the MetalLB Operator, you can deploy MetalLB to provide a native load balancer implementation for services on bare-metal clusters. Other on-premise infrastructures that are like bare metal can also benefit.
|
||||
|
||||
The Operator introduces a custom resource, `AddressPool`. You configure address pools with ranges of IP addresses that MetalLB can assign to services. When you add a service of type `LoadBalancer`, MetalLB assigns an IP address from a pool.
|
||||
|
||||
For this release, Red Hat only supports using MetalLB in layer 2 mode.
|
||||
|
||||
For more information, see xref:../networking/metallb/about-metallb.adoc#about-metallb[About MetalLB and the MetalLB Operator].
|
||||
|
||||
[id="ocp-4-9-storage"]
|
||||
=== Storage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user