Skip to content

Commit e8b4a3c

Browse files
Merge pull request #286265 from johnmarco/jm-aro-415-release-updates
ARO: 4.15 release updates
2 parents d31eb8e + 866076b commit e8b4a3c

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ author: johnmarco
55
ms.author: johnmarc
66
ms.service: azure-redhat-openshift
77
ms.topic: overview
8-
ms.date: 08/08/2024
8+
ms.date: 09/06/2024
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+
## Version 4.15 - September 2024
17+
18+
We're pleased to announce the launch of OpenShift 4.15 for Azure Red Hat OpenShift. This release enables [OpenShift Container Platform 4.15](https://docs.openshift.com/container-platform/4.15/welcome/index.html) as an installable version. You can check the end of support date on the [support lifecycle page](/azure/openshift/support-lifecycle) for previous versions.
19+
20+
In addition to making version 4.15 available as an installable version, this release also makes the following features generally available:
21+
22+
- CLI for multiple public IP addresses for larger clusters up to 250 nodes
23+
1624
## Updates - August 2024
1725

1826
- You can now create up to 20 IP addresses per Azure Red Hat OpenShift cluster load balancer. This feature was previously in preview but is now generally available. See [Configure multiple IP addresses per cluster load balancer](howto-multiple-ips.md) for details. Azure Red Hat OpenShift 4.x has a 250 pod-per-node limit and a 250 compute node limit. For instructions on adding large clusters, see [Deploy a large Azure Red Hat OpenShift cluster](howto-large-clusters.md).

articles/openshift/howto-multiple-ips.md

Lines changed: 4 additions & 6 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: how-to
8-
ms.date: 03/05/2024
8+
ms.date: 09/06/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
@@ -15,11 +15,7 @@ ARO public clusters are created with a public load balancer that's used for outb
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

1717
> [!CAUTION]
18-
> Before deleting a large cluster, descale the cluster to 120 nodes or below.
19-
>
20-
21-
> [!NOTE]
22-
> The [API](/rest/api/openshift/open-shift-clusters/update?view=rest-openshift-2023-11-22&tabs=HTTP) 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.
18+
> Before deleting a cluster with more than 120 nodes, scale down the cluster to 120 nodes or less.
2319
>
2420
2521
## Requirements
@@ -44,11 +40,13 @@ az network lb list -g $CLUSTER_RESOURCEGROUP -o table
4440

4541
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.
4642

43+
<!--
4744
### Download ARO extension wheel file (Preview only)
4845
4946
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:
5047
5148
`az extension add -s <path to downloaded whl file>`
49+
-->
5250

5351
## Create the cluster with multiple IP addresses
5452

articles/openshift/support-lifecycle.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: joharder
55
ms.author: joharder
66
ms.service: azure-redhat-openshift
77
ms.topic: conceptual
8-
ms.date: 07/17/2024
8+
ms.date: 09/10/2024
99
---
1010

1111
# Support lifecycle for Azure Red Hat OpenShift 4
@@ -101,7 +101,8 @@ See the following guide for the [past Red Hat OpenShift Container Platform (upst
101101
|4.12|January 2023| August 19 2023|October 17 2024|
102102
|4.13|May 2023| December 15 2023|November 17 2024|
103103
|4.14|October 2023| April 25 2024|May 1 2025|
104-
|4.15|February 2024| Coming soon|June 27 2025|
104+
|4.15|February 2024| September 4 2024|June 27 2025|
105+
|4.16|June 2024| Coming soon|November 2 2025|
105106

106107
## FAQ
107108

0 commit comments

Comments
 (0)