Skip to content

Commit 297d2a3

Browse files
author
Mike McKiernan
committed
BZ#1874098: image reg, cdn, and firewalls
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1874098
1 parent 49594f1 commit 297d2a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/configuring-firewall.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ There are no special configuration considerations for services running on only c
2828
|`openshift.org`
2929
|Provides {op-system-first} images
3030
|===
31+
+
32+
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`.
3133

3234
. Allowlist any site that provides resources for a language or framework that your builds require.
3335

@@ -107,7 +109,7 @@ There are no special configuration considerations for services running on only c
107109
|Required for your cluster token.
108110

109111
|`registry.access.redhat.com`
110-
|Required for `odo` CLI .
112+
|Required for `odo` CLI.
111113
|===
112114
+
113115
Operators require route access to perform health checks. Specifically, the

0 commit comments

Comments
 (0)