Skip to content

Commit 9275232

Browse files
author
Sakthi Vetrivel
committed
fixing network sizes and formatting
1 parent c04fe12 commit 9275232

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/openshift/create-private-cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ Next, you will create a virtual network containing two empty subnets.
7878
1. **Set the following variables.**
7979

8080
```console
81-
LOCATION=eastus #the location of your cluster
82-
RESOURCEGROUP="v4-$LOCATION" #the name of the resource group where you want to create your cluster
83-
CLUSTER=aro-cluster #the name of your cluster
81+
LOCATION=eastus # the location of your cluster
82+
RESOURCEGROUP="v4-$LOCATION" # the name of the resource group where you want to create your cluster
83+
CLUSTER=aro-cluster # the name of your cluster
8484
```
8585

8686
1. **Create a resource group**
@@ -157,7 +157,7 @@ Next, you will create a virtual network containing two empty subnets.
157157
--resource-group $RESOURCEGROUP \
158158
--vnet-name aro-vnet \
159159
--name worker-subnet \
160-
--address-prefixes 10.0.1.0/23 \
160+
--address-prefixes 10.0.2.0/23 \
161161
--service-endpoints Microsoft.ContainerRegistry
162162
```
163163

articles/openshift/tutorial-create-cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Next, you will create a virtual network containing two empty subnets.
7575
1. **Set the following variables.**
7676

7777
```console
78-
LOCATION=eastus #the location of your cluster
79-
RESOURCEGROUP="v4-$LOCATION" #the name of the resource group where you want to create your cluster
80-
CLUSTER=cluster #the name of your cluster
78+
LOCATION=eastus # the location of your cluster
79+
RESOURCEGROUP="v4-$LOCATION" # the name of the resource group where you want to create your cluster
80+
CLUSTER=cluster # the name of your cluster
8181
```
8282

8383
1. **Create a resource group**
@@ -154,7 +154,7 @@ Next, you will create a virtual network containing two empty subnets.
154154
--resource-group $RESOURCEGROUP \
155155
--vnet-name aro-vnet \
156156
--name worker-subnet \
157-
--address-prefixes 10.0.1.0/23 \
157+
--address-prefixes 10.0.2.0/23 \
158158
--service-endpoints Microsoft.ContainerRegistry
159159
```
160160

0 commit comments

Comments
 (0)