Skip to content

Commit 34bc5fe

Browse files
committed
SME edits
1 parent fd57a63 commit 34bc5fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/openshift/howto-restrict-egress.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: joharder
55
ms.author: joharder
66
ms.service: azure-redhat-openshift
77
ms.topic: article
8-
ms.date: 12/15/2022
8+
ms.date: 02/16/2023
99
---
1010
# Control egress traffic for your Azure Red Hat OpenShift (ARO) cluster
1111

@@ -63,7 +63,8 @@ In OpenShift Container Platform, customers can opt out of reporting health and u
6363
- **`mirror.openshift.com`**: Required to access mirrored installation content and images. This site is also a source of release image signatures.
6464
- **`*.apps.<cluster_name>.<base_domain>`** (OR EQUIVALENT ARO URL): When allowlisting domains, this is used in your corporate network to reach applications deployed in OpenShift, or to access the OpenShift console.
6565
- **`api.openshift.com`**: Used by the cluster for release graph parsing. https://access.redhat.com/labs/ocpupgradegraph/ can be used as an alternative.
66-
- **`registry.access.redhat.com`** and **`access.redhat.com`**: Registry access is required in your VDI or laptop environment to download dev images when using the ODO CLI tool. (This CLI tool is an alternative CLI tool for developers who aren't familiar with kubernetes). https://docs.openshift.com/container-platform/4.6/cli_reference/developer_cli_odo/understanding-odo.html
66+
- **`registry.access.redhat.com`**: Registry access is required in your VDI or laptop environment to download dev images when using the ODO CLI tool. (This CLI tool is an alternative CLI tool for developers who aren't familiar with kubernetes). https://docs.openshift.com/container-platform/4.6/cli_reference/developer_cli_odo/understanding-odo.html
67+
- **`access.redhat.com`**: Used in conjunction with `registry.access.redhat.com` when pulling images. Failure to add this access could result in an error message.
6768

6869
## ARO integrations
6970

0 commit comments

Comments
 (0)