mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Ingress and load balancing Advanced networking configuring network settings networking overview Ingress and load balancing Advanced networking configuring network settings
28 lines
1.4 KiB
Plaintext
28 lines
1.4 KiB
Plaintext
:_mod-docs-content-type: ASSEMBLY
|
|
[id="hcp-networking"]
|
|
include::_attributes/common-attributes.adoc[]
|
|
= Networking for {hcp}
|
|
:context: hcp-networking
|
|
|
|
toc::[]
|
|
|
|
For standalone {product-title}, proxy support is mainly about ensuring that workloads in the cluster are configured to use the HTTP or HTTPS proxy to access external services, honoring the `NO_PROXY` setting if one is configured, and accepting any trust bundle that is configured for the proxy.
|
|
|
|
For {hcp}, proxy support involves the following additional use cases.
|
|
|
|
//cp workloads that need to use a proxy to access external services
|
|
include::modules/hcp-proxy-cp-workloads.adoc[leveloffset=+1]
|
|
//workers need a proxy to communicate with ignition endpoint
|
|
include::modules/hcp-proxy-ignition.adoc[leveloffset=+1]
|
|
//workers need proxy to communicate with cp
|
|
include::modules/hcp-proxy-api.adoc[leveloffset=+1]
|
|
//cp workloads that need access to external services and must use the proxy for the management cluster
|
|
include::modules/hcp-proxy-mgmt-cluster.adoc[leveloffset=+1]
|
|
//proxy configuration on the mgmt cluster when the hosted cluster has a secondary network and no default pod network
|
|
include::modules/hcp-proxy-addl-network.adoc[leveloffset=+1]
|
|
|
|
[role="_additional-resources"]
|
|
[id="additional-resources_{context}"]
|
|
== Additional resources
|
|
|
|
* xref:../networking/configuring_network_settings/enable-cluster-wide-proxy.adoc#enable-cluster-wide-proxy[Configuring the cluster-wide proxy] |