Skip to content

Commit 4671fee

Browse files
committed
Work in progress.
1 parent 6806663 commit 4671fee

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/openshift/howto-multiple-ips.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ author: johnmarco
55
ms.author: johnmarc
66
ms.service: azure-redhat-openshift
77
ms.topic: article
8-
ms.date: 12/05/2023
8+
ms.date: 01/30/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 (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

15-
You can configure up to 20 IP addresses per cluster.
15+
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

1717
## Requirements (Preview only)
1818

@@ -40,4 +40,4 @@ az aro update --resource-group aroResourceGroup --name aroCluster \
4040
--load-balancer-managed-outbound-ip-count 4
4141
```
4242

43-
You can use this update method to either increase or decrease the number of IPs on a cluster to be between 1 and 20.
43+
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.

articles/openshift/openshift-faq.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ sections:
3131
answer: |
3232
The actual number of supported pods depends on an application’s memory, CPU, and storage requirements.
3333
34-
Azure Red Hat OpenShift 4.x has a 250 pod-per-node limit and a 60 compute node limit. These limits cap the maximum number of pods supported in a cluster to 250×60 = 15,000. If the cluster is created using User Defined Routing (UDR) and runs version 4.11 or higher, the limits are 120 compute nodes and 30,000 pods.
34+
Azure Red Hat OpenShift 4.x has a 250 pod-per-node limit and a 120 compute node limit. These limits cap the maximum number of pods supported in a cluster to 250×120 = 30,000. These limits are the same for clusters created using User Defined Routing (UDR) and running version 4.11 or higher.
35+
.
3536

3637
- question: Can a cluster have compute nodes across multiple Azure regions?
3738
answer: No. All nodes in an Azure Red Hat OpenShift cluster must originate in the same Azure region.

0 commit comments

Comments
 (0)