Skip to content

Commit b60623a

Browse files
authored
Merge pull request #74910 from jim-minter/patch-8
DO NOT MERGE: update cluster creation tutorial
2 parents 59dc88e + 54ea0c9 commit b60623a

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
@@ -195,8 +195,7 @@ Next, you will create a virtual network containing two empty subnets. If you hav
195195
--resource-group $RESOURCEGROUP \
196196
--vnet-name aro-vnet \
197197
--name master-subnet \
198-
--address-prefixes 10.0.0.0/23 \
199-
--service-endpoints Microsoft.ContainerRegistry
198+
--address-prefixes 10.0.0.0/23
200199
```
201200

202201
4. **Add an empty subnet for the worker nodes.**
@@ -206,18 +205,7 @@ Next, you will create a virtual network containing two empty subnets. If you hav
206205
--resource-group $RESOURCEGROUP \
207206
--vnet-name aro-vnet \
208207
--name worker-subnet \
209-
--address-prefixes 10.0.2.0/23 \
210-
--service-endpoints Microsoft.ContainerRegistry
211-
```
212-
213-
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.
214-
215-
```azurecli-interactive
216-
az network vnet subnet update \
217-
--name master-subnet \
218-
--resource-group $RESOURCEGROUP \
219-
--vnet-name aro-vnet \
220-
--disable-private-link-service-network-policies true
208+
--address-prefixes 10.0.2.0/23
221209
```
222210

223211
## Create the cluster

0 commit comments

Comments
 (0)