Skip to content

Commit 7ae828c

Browse files
committed
Minor edits for release
1 parent 392481e commit 7ae828c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/openshift/howto-multiple-ips.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: johnmarco
55
ms.author: johnmarc
66
ms.service: azure-redhat-openshift
77
ms.topic: article
8-
ms.date: 06/26/2024
8+
ms.date: 07/09/2024
99
#Customer intent: As an ARO SRE, I need to configure multiple outbound IP addresses per ARO cluster load balancers
1010
---
1111
# Configure multiple IP addresses per ARO cluster load balancer
@@ -14,6 +14,10 @@ ARO public clusters are created with a public load balancer that's used for outb
1414

1515
You can configure up to 20 IP addresses per cluster. The outbound rules and frontend IP configurations are adjusted to accommodate the number of IP addresses.
1616

17+
> [!NOTE]
18+
> The [API](/rest/api/openshift/) method for using this feature is generally available. General availability for using the CLI for this feature is coming soon. The [preview version](#download-aro-extension-wheel-file-preview-only) of this feature can still be used through the CLI.
19+
>
20+
1721
## Requirements
1822

1923
The multiple public IPs feature is only available on the current network architecture used by ARO; older clusters don't support this feature. If your cluster was created before OpenShift Container Platform (OCP) version 4.5, this feature isn't available even if you upgraded your OCP version since then.
@@ -36,7 +40,7 @@ az network lb list -g $CLUSTER_RESOURCEGROUP -o table
3640

3741
If you have a loadbalancer named `$CLUSTER-public-lb`, the cluster has the older network architecture and can't use the multiple public IP feature.
3842

39-
### Download ARO extension wheel file
43+
### Download ARO extension wheel file (Preview only)
4044

4145
In order to run the commands in this article, you must first download the ARO extension wheel file from [https://aka.ms/az-aroext-latest](https://aka.ms/az-aroext-latest). To install the extension, run the following command:
4246

0 commit comments

Comments
 (0)