Skip to content

Commit 117f88d

Browse files
committed
Copy edits
1 parent 12e6483 commit 117f88d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/openshift/howto-multiple-ips.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure multiple IP addresses for ARO cluster load balancers
2+
title: Configure multiple IP addresses for Azure Red Hat OpenShift cluster load balancers
33
description: Discover how to configure multiple IP addresses for ARO cluster load balancers.
44
author: johnmarco
55
ms.author: johnmarc
@@ -8,9 +8,9 @@ ms.topic: how-to
88
ms.date: 09/11/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 Azure Red Hat OpenShift cluster load balancer
1212

13-
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 250 nodes, you need to assign multiple additional public IP addresses to the load balancer.
13+
Azure Red Hat OpenShift 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 250 nodes, you need to assign multiple additional public IP addresses to the load balancer.
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

@@ -24,7 +24,7 @@ The multiple public IPs feature is only available on the current network archite
2424

2525
If you're unsure if your cluster was created before OCP version 4.5, use the following commands to check.
2626

27-
To get the cluster managed resource group:
27+
Get the cluster managed resource group:
2828

2929
```
3030
RESOURCEGROUP=aro-rg # the name of the resource group your cluster is in
@@ -42,7 +42,7 @@ If you have a loadbalancer named `$CLUSTER-public-lb`, the cluster has the older
4242

4343
## Create the cluster with multiple IP addresses
4444

45-
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:
45+
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 are created:
4646

4747
```
4848
az aro create \
@@ -64,4 +64,4 @@ az aro update \
6464
--load-balancer-managed-outbound-ip-count 4
6565
```
6666

67-
You can use this update method to either increase or decrease the number of IPs on a cluster to be between 1 and 20. Note that scaling down the number of clusters can interrupt the outbound network traffic from the cluster.
67+
You can use this update method to either increase or decrease the number of IPs on a cluster to be between 1 and 20. Scaling down the number of clusters can interrupt the outbound network traffic from the cluster.

0 commit comments

Comments
 (0)