Skip to content

Commit 5cf7bb0

Browse files
committed
Fixed type and added note for managing egress.
1 parent 12bfb8e commit 5cf7bb0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,17 +220,20 @@ az aro create \
220220
```
221221

222222
> [!NOTE]
223-
> The UserDefinedRouting flag can only be used when creating clusters with -`-apiserver-visibility Private` and `--ingress-visibility Private` parameters.
223+
> The UserDefinedRouting flag can only be used when creating clusters with `--apiserver-visibility Private` and `--ingress-visibility Private` parameters.
224224
>
225225
226226
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
227227
[Virtual network traffic routing](../virtual-network/virtual-networks-udr-overview.md) to learn more.
228228

229-
> [!NOTE]
229+
> [!IMPORTANT]
230230
> Be sure to specify the correct subnet with the properly configured routing table when creating your private cluster.
231231
232232
For egress, the User Defined Routing option ensures that the newly created cluster has the egress lockdown feature enabled to allow you to secure outbound traffic from your new private cluster. See [Control egress traffic for your Azure Red Hat OpenShift (ARO) cluster (preview)](howto-restrict-egress.md) to learn more.
233233

234+
> [!NOTE]
235+
> If you choose the User Defined Routing network type, you're completely responsible for managing the egress of your cluster's routing outside of your virtual network (for example, getting access to public internet). Azure Red Hat OpenShift cannot manage this for you.
236+
>
234237
## Connect to the private cluster
235238

236239
You can log into the cluster using the `kubeadmin` user. Run the following command to find the password for the `kubeadmin` user.

0 commit comments

Comments
 (0)