Skip to content

Commit 7727e6c

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#55135
The az aro create is missing the trigger --apiserver-visibility Private which makes the apiserver private. Updated the code with the argument.
1 parent a7b6f20 commit 7727e6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/openshift/create-private-cluster.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ 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
194195
# --domain foo.example.com # [OPTIONAL] custom domain
195196
# --pull-secret @pull-secret.txt # [OPTIONAL]
196197
```

0 commit comments

Comments
 (0)