Skip to content

Commit c3115c7

Browse files
committed
Reverted back to preview for Oren
1 parent 7ef3649 commit c3115c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/openshift/howto-multiple-ips.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: article
88
ms.date: 03/05/2024
99
#Customer intent: As an ARO SRE, I need to configure multiple outbound IP addresses per ARO cluster load balancers
1010
---
11-
# Configure multiple IP addresses per ARO cluster load balancer
11+
# Configure multiple IP addresses per ARO cluster load balancer (Preview)
1212

1313
ARO public clusters are created with a public load balancer that's used for outbound connectivity from inside the cluster. By default, one public IP address is configured on that public load balancer, and that limits the maximum node count of your cluster to 62. To be able to scale your cluster to the maximum supported number of nodes, you need to assign multiple additional public IP addresses to the load balancer.
1414

@@ -36,6 +36,12 @@ az network lb list -g $CLUSTER_RESOURCEGROUP -o table
3636

3737
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.
3838

39+
### Download ARO extension wheel file (Preview only)
40+
41+
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:
42+
43+
`az extension add -s <path to downloaded whl file>`
44+
3945
## Create the cluster with multiple IP addresses
4046

4147
To create a new ARO cluster with multiple managed IPs on the public load balancer, use the following command with the desired number of IPs in the `--load-balancer-managed-outbound-ip-count` parameter. In the example below, seven (7) IP addresses will be created:

0 commit comments

Comments
 (0)