You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only ROSA clusters deployed with PrivateLink may use a firewall to control egress traffic.
12
+
Only ROSA clusters deployed with PrivateLink can use a firewall to control egress traffic.
12
13
====
13
14
14
15
This section provides the necessary details that enable you to control egress traffic from your {product-title} cluster. If you are using a firewall to control egress traffic, you must configure your firewall to grant access to the domain and port combinations below. {product-title} requires this access to provide a fully managed OpenShift service.
@@ -54,7 +55,7 @@ This section provides the necessary details that enable you to control egress tr
54
55
55
56
|`registry.access.redhat.com`
56
57
|443
57
-
|Provides access to the odo CLI tool that helps developers build on OpenShift and Kubernetes.
58
+
|Provides access to the `odo` CLI tool that helps developers build on OpenShift and Kubernetes.
58
59
59
60
|`console.redhat.com`
60
61
|443, 80
@@ -72,11 +73,10 @@ This section provides the necessary details that enable you to control egress tr
72
73
|443
73
74
|Provides core container images as a fallback when quay.io is not available.
74
75
|===
75
-
+
76
-
[NOTE]
77
-
====
78
-
Creating a firewall with a ROSA private cluster (non-PrivateLink) is not supported.
79
-
====
76
+
//[NOTE]
77
+
//====
78
+
//Creating a firewall with a ROSA private cluster (non-PrivateLink) is not supported.
79
+
//====
80
80
+
81
81
When you add a site such as `quay.io` to your allowlist, do not add a wildcard entry such as `*.quay.io` to your denylist. In most cases, image registries use a content delivery network (CDN) to serve images. If a firewall blocks access, then image downloads are denied when the initial download request is redirected to a host name such as `cdn01.quay.io`.
82
82
+
@@ -123,7 +123,7 @@ See link:https://docs.openshift.com/container-platform/4.9/support/remote_health
123
123
|Required to access AWS services and resources.
124
124
|===
125
125
+
126
-
Alternatively, if you wish to not use a wildcard for Amazon Web Services (AWS) APIs, you must allowlist the following URLs:
126
+
Alternatively, if you choose to not use a wildcard for Amazon Web Services (AWS) APIs, you must allowlist the following URLs:
127
127
+
128
128
[cols="6,1,6",options="header"]
129
129
|===
@@ -202,14 +202,16 @@ Alternatively, if you wish to not use a wildcard for Amazon Web Services (AWS) A
202
202
|443
203
203
|This alerting service is used by the in-cluster alertmanager to send alerts notifying Red Hat SRE of an event to take action on.
204
204
205
+
ifdef::openshift-dedicated[]
206
+
205
207
|`api.deadmanssnitch.com`
206
208
|443
207
209
|Alerting service used by OpenShift Dedicated to send periodic pings that indicate whether the cluster is available and running.
208
210
209
211
|`nosnch.in`
210
212
|443
211
213
|Alerting service used by OpenShift Dedicated to send periodic pings that indicate whether the cluster is available and running.
212
-
214
+
endif::[]
213
215
|`*.osdsecuritylogs.splunkcloud.com`
214
216
OR
215
217
`inputs1.osdsecuritylogs.splunkcloud.com`
@@ -238,7 +240,7 @@ OR
238
240
|The SFTP server used by `must-gather-operator` to upload diagnostic logs to help troubleshoot issues with the cluster.
239
241
|===
240
242
241
-
. If you did not allow a wildcard for Amazon Web Services (AWS) APIs, you will need to also allow the S3 bucket used for the internal OpenShift registry. To retrieve that endpoint, run the following command once the cluster has successfully been provisioned:
243
+
. If you did not allow a wildcard for Amazon Web Services (AWS) APIs, you must also allow the S3 bucket used for the internal OpenShift registry. To retrieve that endpoint, run the following command after the cluster is successfully provisioned:
* xref:../rosa_getting_started/rosa-sts-getting-started-workflow.adoc#rosa-sts-overview-of-the-deployment-workflow[Overview of the ROSA with STS deployment workflow]
24
24
* xref:../rosa_install_access_delete_clusters/rosa-sts-deleting-cluster.adoc#rosa-sts-deleting-cluster[Deleting a ROSA cluster]
0 commit comments