Skip to content

Commit 12bfb8e

Browse files
committed
Added note
1 parent 74c05b6 commit 12bfb8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/openshift/howto-create-private-cluster-4x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ az aro create \
218218
--ingress-visibility Private \
219219
--outbound-type UserDefinedRouting
220220
```
221+
222+
> [!NOTE]
223+
> The UserDefinedRouting flag can only be used when creating clusters with -`-apiserver-visibility Private` and `--ingress-visibility Private` parameters.
224+
>
225+
221226
This User Defined Routing option prevents a public IP address from being provisioned. User Defined Routing (UDR) allows you to create custom routes in Azure to override the default system routes or to add more routes to a subnet's route table. See
222227
[Virtual network traffic routing](../virtual-network/virtual-networks-udr-overview.md) to learn more.
223228

0 commit comments

Comments
 (0)