Skip to content

Commit cd3b422

Browse files
Merge pull request #291518 from johnmarco/jm-aro-update-minimum-cli
ARO: Update CLI version
2 parents 75e6bfa + 5c342c4 commit cd3b422

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/openshift/create-cluster.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: johnmarc
66
ms.topic: article
77
ms.service: azure-redhat-openshift
88
ms.custom: devx-track-azurecli
9-
ms.date: 09/13/2024
9+
ms.date: 12/06/2024
1010
#Customer intent: As a developer, I want learn how to create an Azure Red Hat OpenShift cluster, scale it, and then clean up resources so that I am not charged for what I'm not using.
1111
---
1212

@@ -18,7 +18,7 @@ Azure Red Hat OpenShift is a managed OpenShift service that lets you quickly dep
1818

1919
## Before you begin
2020

21-
If you choose to install and use the CLI locally, you'll need to run Azure CLI version 2.30.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
21+
Ensure you're using Azure CLI version 2.67.0 or higher. Use `az --version` to find the version of Azure CLI you have installed. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
2222

2323
Azure Red Hat OpenShift requires a minimum of 40 cores to create and run an OpenShift cluster. The default Azure resource quota for a new Azure subscription doesn't meet this requirement. To request an increase in your resource limit, see [Standard quota: Increase limits by VM series](/azure/azure-portal/supportability/per-vm-quota-requests).
2424

@@ -111,6 +111,9 @@ If you provide a custom domain for your cluster, note the following points:
111111
112112
Next, you'll create a virtual network containing two empty subnets. If you have existing virtual network that meets your needs, you can skip this step.
113113
114+
For information about networking and requirements, see [Networking for Azure Red Hat Openshift](concepts-networking.md#networking-for-azure-red-hat-openshift).
115+
116+
114117
1. **Set the following variables in the shell environment in which you will execute the `az` commands.**
115118
116119
```console

0 commit comments

Comments
 (0)