Skip to content

Commit b76dcf1

Browse files
authored
Merge pull request #115642 from VikasPullagura-MSFT/patch-86
(Azure CXP) resolves MicrosoftDocs/azure-docs#55135
2 parents c05882b + 7b05e7c commit b76dcf1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/openshift/create-private-cluster.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ az aro create \
190190
--name $CLUSTER \
191191
--vnet aro-vnet \
192192
--master-subnet master-subnet \
193-
--worker-subnet worker-subnet
193+
--worker-subnet worker-subnet \
194+
--apiserver-visibility Private \
195+
--ingress-visibility Private
194196
# --domain foo.example.com # [OPTIONAL] custom domain
195197
# --pull-secret @pull-secret.txt # [OPTIONAL]
196198
```

0 commit comments

Comments
 (0)