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
Copy file name to clipboardExpand all lines: modules/nw-proxy-configure-object.adoc
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,21 +93,27 @@ spec:
93
93
trustedCA:
94
94
name: user-ca-bundle <5>
95
95
----
96
+
+
97
+
--
96
98
<1> A proxy URL to use for creating HTTP connections outside the cluster. The
97
99
URL scheme must be `http`.
98
100
<2> A proxy URL to use for creating HTTPS connections outside the cluster. If
99
101
this is not specified, then `httpProxy` is used for both HTTP and HTTPS
100
102
connections.
101
103
<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.
105
110
<4> One or more URLs external to the cluster to use to perform a readiness check
106
111
before writing the `httpProxy` and `httpsProxy` values to status.
107
112
<5> A reference to the ConfigMap in the `openshift-config` namespace that
108
113
contains additional CA certificates required for proxying HTTPS connections.
109
114
Note that the ConfigMap must already exist before referencing it here. This
110
115
field is required unless the proxy's identity certificate is signed by an
0 commit comments