Skip to content

Commit 7959589

Browse files
authored
Merge pull request #17173 from openshift-cherrypick-robot/cherry-pick-17080-to-enterprise-4.2
[enterprise-4.2] OSDOCS-640: Limiting support for proxy to UPI installs
2 parents b88ad1b + c72b0cf commit 7959589

5 files changed

Lines changed: 19 additions & 17 deletions

File tree

installing/installing_aws/installing-aws-customizations.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ include::modules/installation-configuration-parameters.adoc[leveloffset=+2]
4444

4545
include::modules/installation-aws-config-yaml.adoc[leveloffset=+2]
4646

47-
include::modules/installation-configure-proxy.adoc[leveloffset=+2]
47+
// Removing; Proxy not supported for AWS IPI for 4.2
48+
// include::modules/installation-configure-proxy.adoc[leveloffset=+2]
4849

4950
include::modules/installation-launching-installer.adoc[leveloffset=+1]
5051

installing/installing_azure/installing-azure-customizations.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ include::modules/installation-configuration-parameters.adoc[leveloffset=+2]
3131

3232
include::modules/installation-azure-config-yaml.adoc[leveloffset=+2]
3333

34-
include::modules/installation-configure-proxy.adoc[leveloffset=+2]
34+
// Removing; Proxy not supported for Azure IPI for 4.2
35+
// include::modules/installation-configure-proxy.adoc[leveloffset=+2]
3536

3637
include::modules/installation-launching-installer.adoc[leveloffset=+1]
3738

installing/installing_gcp/installing-gcp-customizations.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ include::modules/installation-configuration-parameters.adoc[leveloffset=+2]
3232

3333
include::modules/installation-gcp-config-yaml.adoc[leveloffset=+2]
3434

35-
include::modules/installation-configure-proxy.adoc[leveloffset=+2]
35+
// Removing; Proxy not supported for GCP IPI for 4.2
36+
// include::modules/installation-configure-proxy.adoc[leveloffset=+2]
3637

3738
include::modules/installation-launching-installer.adoc[leveloffset=+1]
3839

networking/enable-cluster-wide-proxy.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ include::modules/common-attributes.adoc[]
55

66
toc::[]
77

8-
Production environments can deny direct access to the Internet and instead have
9-
an HTTP or HTTPS proxy available. You can configure {product-title} to use a
10-
proxy by
11-
xref:../networking/enable-cluster-wide-proxy.adoc#nw-proxy-configure-object_config-cluster-wide-proxy[modifying the Proxy object for existing clusters]
12-
or by configuring the proxy settings in the `install-config.yaml` file for new
13-
clusters.
8+
Production environments can deny direct access to the Internet and instead have an HTTP or HTTPS proxy available. You can configure {product-title} to use a proxy by xref:../networking/enable-cluster-wide-proxy.adoc#nw-proxy-configure-object_config-cluster-wide-proxy[modifying the Proxy object for existing clusters] or by configuring the proxy settings in the `install-config.yaml` file for new clusters.
9+
10+
IMPORTANT: The cluster-wide proxy is only supported if you used a user-provisioned infrastructure installation for a supported provider.
1411

1512
include::modules/nw-proxy-configure-object.adoc[leveloffset=+1]
1613

release_notes/ocp-4-2-release-notes.adoc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,12 @@ for details.
104104
==== Cluster-wide egress proxy
105105

106106
{product-title} {product-version} introduces support for installing and updating
107-
an OpenShift cluster through a corporate proxy server. Proxy information
108-
(httpProxy, httpsProxy, and noProxy) can be defined in `install-config`, which
107+
an {product-title} cluster through a corporate proxy server on user-provisioned infrastructure. Proxy information
108+
(httpProxy, httpsProxy, and noProxy) can be defined in the `install-config.yaml` file, which
109109
is used during the installation process and can also be managed
110-
post-installation via the cluster proxy object.
110+
post-installation via the `cluster` Proxy object.
111+
112+
IMPORTANT: The cluster-wide proxy is only supported if you used a user-provisioned infrastructure installation for a supported provider.
111113

112114
Also, there is now support for providing your own CA bundles allowing the
113115
corporate proxy to MITM HTTPS.
@@ -128,7 +130,7 @@ experiences: Full stack automation (IPI) and pre-existing infrastructure (UPI).
128130

129131
With full stack automation, the installer controls all areas of the installation
130132
including infrastructure provisioning with an opinionated best practices
131-
deployment of {product-title}. With re-existing infrastructure deployments,
133+
deployment of {product-title}. With pre-existing infrastructure deployments,
132134
administrators are responsible for creating and managing their own
133135
infrastructure allowing greater customization and operational flexibility.
134136

@@ -302,7 +304,7 @@ across the cluster.
302304
==== Whitelisting of sysctls configuration
303305

304306
System administrators can whitelist sysctl on a per-node basis. All safe sysctls
305-
are enabled by default; all unsafe sysctls are disabled by default.See
307+
are enabled by default; all unsafe sysctls are disabled by default. See
306308
xref:../nodes/containers/nodes-containers-sysctls.adoc#nodes-containers-sysctls[Using
307309
sysctls in containers] for more information.
308310

@@ -720,11 +722,11 @@ memory is handled by the cluster itself.
720722
*Image Registry*
721723

722724
* TLS keys were not added to registry routes. This is because TLS keys were stored
723-
in `Secret.StringData` and the Operator was unable to se the real data in the
725+
in `Secret.StringData` and the Operator was unable to see the real data in the
724726
secret. Now, Secret.Data is used instead and the Operator can see the values.
725727
(link:https://bugzilla.redhat.com/show_bug.cgi?id=1719965[*BZ#1719965*])
726728

727-
* The drain process would take up to 600 seconds to evist the image-registry pod.
729+
* The drain process would take up to 600 seconds to evict the image-registry pod.
728730
This was because the image registry was running from sh and signals were not
729731
propagated to the image registry, and unable to receive SIGTERM. Now, the
730732
registry process uses exec and the registry is the pid 1 process and able to
@@ -1212,7 +1214,7 @@ indicate that the feature is removed from the release or deprecated.
12121214
|GA
12131215
|GA
12141216

1215-
|External provisoner for AWS EFS
1217+
|External provisioner for AWS EFS
12161218
|TP
12171219
|TP
12181220
|TP

0 commit comments

Comments
 (0)