Skip to content

Commit 189a855

Browse files
authored
Merge pull request #87728 from kdrake20/HCIDOCS-573
HCIDOCS-573: Support for port numbers in NO_PROXY for IPv6
2 parents 7239998 + 72fa50b commit 189a855

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/nw-proxy-configure-object.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@ spec:
102102
--
103103
<1> A proxy URL to use for creating HTTP connections outside the cluster. The URL scheme must be `http`.
104104
<2> A proxy URL to use for creating HTTPS connections outside the cluster. The URL scheme must be either `http` or `https`. Specify a URL for the proxy that supports the URL scheme. For example, most proxies will report an error if they are configured to use `https` but they only support `http`. This failure message may not propagate to the logs and can appear to be a network connection failure instead. If using a proxy that listens for `https` connections from the cluster, you may need to configure the cluster to accept the CAs and certificates that the proxy uses.
105-
<3> A comma-separated list of destination domain names, domains, IP addresses or other network CIDRs to exclude proxying.
105+
<3> A comma-separated list of destination domain names, domains, IP addresses (or other network CIDRs), and port numbers to exclude proxying.
106+
+
107+
[NOTE]
108+
====
109+
Port numbers are only supported when configuring IPv6 addresses. Port numbers are not supported when configuring IPv4 addresses.
110+
====
106111
+
107112
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.
108113
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.

0 commit comments

Comments
 (0)