Skip to content

Commit 842b914

Browse files
authored
Merge pull request #124417 from 0kashi/patch-1
Update create-cluster.md
2 parents 7f3954e + 70ddcb2 commit 842b914

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

articles/openshift/create-cluster.md

Lines changed: 13 additions & 3 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: 06/12/2024
9+
ms.date: 09/13/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

@@ -105,7 +105,7 @@ If you provide a custom domain for your cluster, note the following points:
105105
106106
* The OpenShift console will be available at a URL such as `https://console-openshift-console.apps.example.com`, instead of the built-in domain `https://console-openshift-console.apps.<random>.<location>.aroapp.io`.
107107
108-
* By default, OpenShift uses self-signed certificates for all of the routes created on custom domains `*.apps.example.com`. If you choose to use custom DNS after connecting to the cluster, you will need to follow the OpenShift documentation to [configure a custom CA for your ingress controller](https://docs.openshift.com/container-platform/4.6/security/certificates/replacing-default-ingress-certificate.html) and a [custom CA for your API server](https://docs.openshift.com/container-platform/4.6/security/certificates/api-server.html).
108+
* By default, OpenShift uses self-signed certificates for all of the routes created on custom domains `*.apps.example.com`. If you choose to use custom DNS after connecting to the cluster, you will need to follow the OpenShift documentation to [configure a custom CA for your ingress controller](https://docs.openshift.com/container-platform/latest/security/certificates/replacing-default-ingress-certificate.html) and a [custom CA for your API server](https://docs.openshift.com/container-platform/latest/security/certificates/api-server.html).
109109
110110
### Create a virtual network containing two empty subnets
111111
@@ -208,8 +208,14 @@ Run the following command to create a cluster. If you choose to use either of th
208208
* Optionally, you can [pass your Red Hat pull secret](#get-a-red-hat-pull-secret-optional), which enables your cluster to access Red Hat container registries along with other content. Add the `--pull-secret @pull-secret.txt` argument to your command.
209209
* Optionally, you can [use a custom domain](#prepare-a-custom-domain-for-your-cluster-optional). Add the `--domain foo.example.com` argument to your command, replacing `foo.example.com` with your own custom domain.
210210

211+
212+
<!--
211213
> [!NOTE]
212214
> If you're adding any optional arguments to your command, be sure to close the argument on the preceding line of the command with a trailing backslash.
215+
-->
216+
217+
> [!NOTE]
218+
> The maximum number of worker nodes definable at creation time is 50. You can scale out up to 250 nodes after the cluster is created.
213219
214220
```azurecli-interactive
215221
az aro create \
@@ -220,7 +226,11 @@ az aro create \
220226
--worker-subnet worker-subnet
221227
```
222228

223-
After executing the `az aro create` command, it normally takes about 35 minutes to create a cluster.
229+
After executing the `az aro create` command, it normally takes about 45 minutes to create a cluster.
230+
231+
#### Large scale ARO clusters
232+
233+
If you are looking to deploy an Azure Red Hat OpenShift cluster with more than 100 worker nodes please see the [Deploy a large Azure Red Hat OpenShift cluster](howto-large-clusters.md)
224234

225235
#### Selecting a different ARO version
226236

0 commit comments

Comments
 (0)