Skip to content

Commit e5a263b

Browse files
authored
Merge pull request #91942 from lahinson/ocpbugs-48096-hcp-proxy
[OCPBUGS-48096]: HCP proxy docs for mgmt clusters with secondary network
2 parents c2e5973 + dfb8005 commit e5a263b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

hosted_control_planes/hcp-networking.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ include::modules/hcp-proxy-ignition.adoc[leveloffset=+1]
1818
include::modules/hcp-proxy-api.adoc[leveloffset=+1]
1919
//cp workloads that need access to external services and must use the proxy for the management cluster
2020
include::modules/hcp-proxy-mgmt-cluster.adoc[leveloffset=+1]
21+
//proxy configuration on the mgmt cluster when the hosted cluster has a secondary network and no default pod network
22+
include::modules/hcp-proxy-addl-network.adoc[leveloffset=+1]
2123

2224
[role="_additional-resources"]
2325
[id="additional-resources_{context}"]

modules/hcp-proxy-addl-network.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * hosted_control_planes/hcp-networking.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="hcp-proxy-addl-network_{context}"]
7+
= Management cluster that uses a proxy and a hosted cluster with a secondary network and no default pod network
8+
9+
If a management cluster uses a proxy configuration and you are configuring a hosted cluster with a secondary network but are not attaching the default pod network, add the CIDR of the secondary network to the proxy configuration. Specifically, you need to add the CIDR of the secondary network to the `noProxy` section of the proxy configuration for the management cluster. Otherwise, the Kubernetes API server will route some API requests through the proxy. In the hosted cluster configuration, the CIDR of the secondary network is automatically added to the `noProxy` section.

0 commit comments

Comments
 (0)