Skip to content

Commit e505938

Browse files
committed
OSDOCS-4738: include the machines' IP addresses in .spec.noProxy
1 parent 452b13d commit e505938

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

networking/enable-cluster-wide-proxy.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ Production environments can deny direct access to the internet and instead have
1414
+
1515
[NOTE]
1616
====
17-
The Proxy object `status.noProxy` field is populated with the values of the `networking.machineNetwork[].cidr`, `networking.clusterNetwork[].cidr`, and `networking.serviceNetwork[]` fields from your installation configuration.
17+
The Proxy object `status.noProxy` field is populated with the values of the `networking.machineNetwork[].cidr`, `networking.clusterNetwork[].cidr`, and `networking.serviceNetwork[]` fields from your installation configuration with most installation types.
1818
1919
For installations on Amazon Web Services (AWS), Google Cloud Platform (GCP), Microsoft Azure, and {rh-openstack-first}, the `Proxy` object `status.noProxy` field is also populated with the instance metadata endpoint (`169.254.169.254`).
2020
====
21+
+
22+
[IMPORTANT]
23+
====
24+
If your installation type does not include setting the `networking.machineNetwork[].cidr` field, you must include the machine IP addresses manually in the `.status.noProxy` field to make sure that the traffic between nodes can bypass the proxy.
25+
====
2126

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

0 commit comments

Comments
 (0)