Skip to content

Commit cd10e67

Browse files
author
Christopher Tauchen
authored
Merge pull request #38550 from ctauchen/BZ1866692
BZ1866692: Removed broken MITM transparent proxy information
2 parents ca87065 + deb9043 commit cd10e67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/installation-configure-proxy.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ additionalTrustBundle: | <4>
179179
...
180180
----
181181
<1> A proxy URL to use for creating HTTP connections outside the cluster. The
182-
URL scheme must be `http`. If you use an MITM transparent proxy network that does not require additional proxy configuration but requires additional CAs, you must not specify an `httpProxy` value.
183-
<2> A proxy URL to use for creating HTTPS connections outside the cluster. If you use an MITM transparent proxy network that does not require additional proxy configuration but requires additional CAs, you must not specify an `httpsProxy` value.
182+
URL scheme must be `http`.
183+
<2> A proxy URL to use for creating HTTPS connections outside the cluster.
184184
<3> A comma-separated list of destination domain names, IP addresses, or
185185
other network CIDRs to exclude from proxying. Preface a domain with `.` to match subdomains only. For example, `.y.com` matches `x.y.com`, but not `y.com`. Use `*` to bypass the proxy for all destinations.
186186
ifdef::vsphere,vmc[]
@@ -193,7 +193,6 @@ Operator then creates a `trusted-ca-bundle` config map that merges the contents
193193
with the {op-system} trust bundle. The `additionalTrustBundle` field is required unless
194194
the proxy's identity certificate is signed by an authority from the {op-system} trust
195195
bundle.
196-
If you use an MITM transparent proxy network that does not require additional proxy configuration but requires additional CAs, you must provide the MITM CA certificate.
197196
+
198197
[NOTE]
199198
====

0 commit comments

Comments
 (0)