Skip to content

Commit 74caba3

Browse files
authored
Merge pull request #90005 from jldohmann/OCPBUGS-43570
OCPBUGS-43570: add noproxy additions
2 parents 4415703 + ec05c47 commit 74caba3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/nw-proxy-configure-object.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ Port numbers are only supported when configuring IPv6 addresses. Port numbers ar
110110
====
111111
+
112112
Preface a domain with `.` to match subdomains only. For example, `.y.com` matches `x.y.com`, but not `y.com`. Use `*` to bypass proxy for all destinations.
113+
+
114+
If your `noproxy` field needs to include a domain address, you must explicitly specify that FQDN, or prefix-matched subdomain, in the `noproxy` field. You cannot use the IP address or CIDR range that encapsulates the domain. This is because the cluster does not wait for DNS to return the IP address before assigning the route connection, and checks explicitly against the request being made.
115+
For example, if you have a CIDR block value, such as `10.0.0.0/24`, for the `noproxy` field and attempt to access `\https://10.0.0.11`, it will match successfully. However, attempting to access `\https://exampleserver.externaldomain.com`, whose A record entry is `10.0.0.11`, will fail. An additional value of `.externaldomain.com` for your `noproxy` field is necessary.
116+
+
113117
If you scale up workers that are not included in the network defined by the `networking.machineNetwork[].cidr` field from the installation configuration, you must add them to this list to prevent connection issues.
114118
+
115119
This field is ignored if neither the `httpProxy` or `httpsProxy` fields are set.

0 commit comments

Comments
 (0)