Skip to content

Commit c1a5cc5

Browse files
Merge pull request #250955 from johnmarco/jm-aro-faq-whatsnew-changes
FAQ and Whats New changes for UDR
2 parents ca217ec + c3ddfcc commit c1a5cc5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/openshift/azure-redhat-openshift-release-notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ author: johnmarco
55
ms.author: johnmarc
66
ms.service: azure-redhat-openshift
77
ms.topic: overview
8-
ms.date: 08/16/2023
8+
ms.date: 09/11/2023
99
ms.custom: references_regions
1010
---
1111

1212
# What's new with Azure Red Hat OpenShift?
1313

1414
Azure Red Hat OpenShift receives improvements on an ongoing basis. To stay up to date with the most recent developments, this article provides you with information about the latest releases.
1515

16+
## Update - September 2023
17+
18+
To create a private cluster without a public IP address, you can now add the parameter `--outbound-type UserDefinedRouting` to the `aro create` command. See [Create a private cluster without a public IP address](howto-create-private-cluster-4x.md#create-a-private-cluster-without-a-public-ip-address) for details.
19+
20+
A cluster that is deployed with this feature and is running version 4.11 or higher can be scaled to 120 nodes and 30,000 pods.
21+
1622
## Version 4.12 - August 2023
1723

1824
We're pleased to announce the launch of OpenShift 4.12 for Azure Red Hat OpenShift. This release enables [OpenShift Container Platform 4.12](https://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html).

articles/openshift/openshift-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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.
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.
3535
3636
- question: Can a cluster have compute nodes across multiple Azure regions?
3737
answer: No. All nodes in an Azure Red Hat OpenShift cluster must originate in the same Azure region.

0 commit comments

Comments
 (0)