Skip to content

Commit 2d2e055

Browse files
authored
Merge pull request #52042 from jim-minter/patch-1
Update howto-using-azure-redhat-openshift.md
2 parents f8a1c27 + e54b70f commit 2d2e055

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/openshift/howto-using-azure-redhat-openshift.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords: aro, openshift, az aro, red hat, cli
1313
# Create, access, and manage an Azure Red Hat OpenShift 4.3 Cluster
1414

1515
> [!IMPORTANT]
16-
> Please note that Azure Red Hat OpenShift 4.3 is currently only available in private preview in East US. Private preview acceptance is by invitation only. Please be sure to register your subscription before attempting to enable this feature: [Azure Red Hat OpenShift Private Preview Registration](https://aka.ms/aro-preview-register)
16+
> Please note that Azure Red Hat OpenShift 4.3 is currently only available in private preview in East US and East US 2. Private preview acceptance is by invitation only. Please be sure to register your subscription before attempting to enable this feature: [Azure Red Hat OpenShift Private Preview Registration](https://aka.ms/aro-preview-register)
1717
1818
> [!NOTE]
1919
> Preview features are self-service and are provided as is and as available and are excluded from the service-level agreement (SLA) and limited warranty. Therefore, the features aren't meant for production use.
@@ -61,7 +61,7 @@ The `az aro` extension allows you to create, access, and delete Azure Red Hat Op
6161
az -v
6262
...
6363
Extensions:
64-
aro 0.1.0
64+
aro 0.3.0
6565
...
6666
```
6767

@@ -104,7 +104,7 @@ Follow these steps to create a virtual network containing two empty subnets.
104104
4. Add two empty subnets to your virtual network.
105105

106106
```console
107-
for subnet in "$CLUSTER-master" "$CLUSTER-worker"; do
107+
for subnet in "$CLUSTER-master" "$CLUSTER-worker"; do
108108
az network vnet subnet create \
109109
-g "$RESOURCEGROUP" \
110110
--vnet-name vnet \
@@ -137,6 +137,8 @@ az aro create \
137137
--vnet vnet \
138138
--master-subnet "$CLUSTER-master" \
139139
--worker-subnet "$CLUSTER-worker" \
140+
--cluster-resource-group "aro-$CLUSTER" \
141+
--domain "$CLUSTER" \
140142
--pull-secret "$PULL_SECRET"
141143
```
142144

0 commit comments

Comments
 (0)