Skip to content

Commit 54ea0c9

Browse files
authored
Update tutorial-create-cluster.md
1 parent 2cb7772 commit 54ea0c9

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

articles/openshift/tutorial-create-cluster.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ Next, you will create a virtual network containing two empty subnets. If you hav
176176
--resource-group $RESOURCEGROUP \
177177
--vnet-name aro-vnet \
178178
--name master-subnet \
179-
--address-prefixes 10.0.0.0/23 \
180-
--service-endpoints Microsoft.ContainerRegistry
179+
--address-prefixes 10.0.0.0/23
181180
```
182181

183182
4. **Add an empty subnet for the worker nodes.**
@@ -187,18 +186,7 @@ Next, you will create a virtual network containing two empty subnets. If you hav
187186
--resource-group $RESOURCEGROUP \
188187
--vnet-name aro-vnet \
189188
--name worker-subnet \
190-
--address-prefixes 10.0.2.0/23 \
191-
--service-endpoints Microsoft.ContainerRegistry
192-
```
193-
194-
5. **[Disable subnet private endpoint policies](../private-link/disable-private-link-service-network-policy.md) on the master subnet.** This is required for the service to be able to connect to and manage the cluster.
195-
196-
```azurecli-interactive
197-
az network vnet subnet update \
198-
--name master-subnet \
199-
--resource-group $RESOURCEGROUP \
200-
--vnet-name aro-vnet \
201-
--disable-private-link-service-network-policies true
189+
--address-prefixes 10.0.2.0/23
202190
```
203191

204192
## Create the cluster

0 commit comments

Comments
 (0)