Skip to content

Commit a86c807

Browse files
author
Sakthi Vetrivel
committed
fixing network sizes
1 parent a1497a2 commit a86c807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/openshift/create-private-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)