Skip to content

Commit 60d9639

Browse files
Merge pull request #254792 from johnmarco/jm-aro-configure-egress-ip
Add egress IP info for private clusters
2 parents b63a25a + 800782a commit 60d9639

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create an Azure Red Hat OpenShift 4 private cluster
33
description: Learn how to create an Azure Red Hat OpenShift private cluster running OpenShift 4
44
ms.service: azure-redhat-openshift
55
ms.topic: article
6-
ms.date: 09/01/2023
6+
ms.date: 10/23/2023
77
author: johnmarco
88
ms.author: johnmarc
99
keywords: aro, openshift, az aro, red hat, cli
@@ -229,11 +229,16 @@ This User Defined Routing option prevents a public IP address from being provisi
229229
> [!IMPORTANT]
230230
> Be sure to specify the correct subnet with the properly configured routing table when creating your private cluster.
231231
232-
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.
232+
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](howto-restrict-egress.md) to learn more.
233233

234234
> [!NOTE]
235235
> 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.
236236
>
237+
238+
You can configure one or more egress IP addresses to a namespace or to specific pods in a namespace of a private cluster with no public IP address. To do so, follow the procedure above to create a private cluster without a public IP address, and then configure the egress IP as per [this Red Hat OpenShift document](https://docs.openshift.com/container-platform/4.13/networking/ovn_kubernetes_network_provider/configuring-egress-ips-ovn.html). These egress IP addresses will need to be from the subnets associated with the ARO cluster.
239+
240+
Configuring an egress IP for an ARO private cluster is only supported for clusters with the `--outbound-type UserDefinedRouting` parameter. It is not supported for public ARO clusters that have the `--outbound-type LoadBalancer` parameter.
241+
237242
## Connect to the private cluster
238243

239244
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)