Skip to content

Commit 1e2b864

Browse files
authored
Merge pull request #29093 from jboxman/gh-28782
For global proxy `noProxy` can be ignored
2 parents 19d463e + da18f8c commit 1e2b864

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

modules/nw-proxy-configure-object.adoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,27 @@ spec:
9393
trustedCA:
9494
name: user-ca-bundle <5>
9595
----
96+
+
97+
--
9698
<1> A proxy URL to use for creating HTTP connections outside the cluster. The
9799
URL scheme must be `http`.
98100
<2> A proxy URL to use for creating HTTPS connections outside the cluster. If
99101
this is not specified, then `httpProxy` is used for both HTTP and HTTPS
100102
connections.
101103
<3> A comma-separated list of destination domain names, domains, IP addresses or
102-
other network CIDRs to exclude proxying. Preface a domain with `.` to include
103-
all subdomains of that domain. Use `*` to bypass proxy for all destinations.
104-
Note that if you scale up workers not included in `networking.machineNetwork[].cidr` from the installation configuration, you must add them to this list to prevent connection issues.
104+
other network CIDRs to exclude proxying.
105+
+
106+
Preface a domain with `.` to include all the subdomains of that domain. Use `*` to bypass the proxy for all destinations.
107+
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.
108+
+
109+
This field is ignored if neither the `httpProxy` or `httpsProxy` fields are set.
105110
<4> One or more URLs external to the cluster to use to perform a readiness check
106111
before writing the `httpProxy` and `httpsProxy` values to status.
107112
<5> A reference to the ConfigMap in the `openshift-config` namespace that
108113
contains additional CA certificates required for proxying HTTPS connections.
109114
Note that the ConfigMap must already exist before referencing it here. This
110115
field is required unless the proxy's identity certificate is signed by an
111116
authority from the RHCOS trust bundle.
117+
--
112118

113119
. Save the file to apply the changes.

0 commit comments

Comments
 (0)