Skip to content

Commit 937abc0

Browse files
authored
Merge pull request #83658 from lahinson/osdocs-12357-hcp-proxy-note
[OSDOCS-12357]: Adding proxy prereq to HCP on BM docs
2 parents b021972 + 3293ec4 commit 937abc0

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,51 +26,43 @@ include::modules/hcp-bm-prereqs.adoc[leveloffset=+2]
2626

2727
[role="_additional-resources"]
2828
.Additional resources
29-
3029
* link:https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/clusters/cluster_mce_overview#advanced-config-engine[Advanced configuration]
31-
3230
* link:https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/clusters/cluster_mce_overview#enable-cim[Enabling the central infrastructure management service]
3331
3432
include::modules/hcp-bm-firewall-port-svc-reqs.adoc[leveloffset=+2]
35-
include::modules/hcp-bm-infra-reqs.adoc[leveloffset=+2]
3633

3734
[role="_additional-resources"]
3835
.Additional resources
36+
* xref:../../networking/enable-cluster-wide-proxy.adoc#enable-cluster-wide-proxy[Configuring the cluster-wide proxy]
3937
40-
* xref:../../scalability_and_performance/recommended-performance-scale-practices/recommended-etcd-practices.adoc#recommended-etcd-practices[Recommended etcd practices]
41-
42-
* xref:../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc[Persistent storage using LVM Storage]
38+
include::modules/hcp-bm-infra-reqs.adoc[leveloffset=+2]
4339

40+
[role="_additional-resources"]
41+
.Additional resources
42+
* xref:../../scalability_and_performance/recommended-performance-scale-practices/recommended-etcd-practices.adoc#recommended-etcd-practices[Recommended etcd practices]
43+
* xref:../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc[Persistent storage using {lvms}]
4444
* xref:../../hosted_control_planes/hcp-import.adoc#hcp-import-disable_hcp-import[Disabling the automatic import of hosted clusters into {mce-short}]
45-
4645
* xref:../../hosted_control_planes/hcp-prepare/hcp-enable-disable.adoc[Enabling or disabling the {hcp} feature]
47-
4846
* link:https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/clusters/cluster_mce_overview#ansible-config-hosted-cluster[Configuring Ansible Automation Platform jobs to run on hosted clusters]
4947
5048
include::modules/hcp-bm-dns.adoc[leveloffset=+1]
5149
include::modules/hcp-bm-hc.adoc[leveloffset=+1]
5250

5351
[role="_additional-resources"]
5452
.Additional resources
55-
5653
* xref:../../hosted_control_planes/hcp-import.adoc[Manually importing a hosted cluster]
5754
5855
include::modules/hcp-bm-hc-console.adoc[leveloffset=+2]
5956

6057
.Next steps
61-
6258
* To access the web console, see xref:../../web_console/web-console.adoc#web-console-overview[Accessing the web console].
6359
6460
include::modules/hcp-bm-hc-mirror.adoc[leveloffset=+2]
6561

6662
.Next steps
67-
6863
* To create credentials that you can reuse when you create a hosted cluster with the console, see link:https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/clusters/cluster_mce_overview#creating-a-credential-for-an-on-premises-environment[Creating a credential for an on-premises environment].
69-
7064
* To access a hosted cluster, see xref:../../hosted_control_planes/hcp-manage/hcp-manage-bm.adoc#hcp-bm-access_hcp-manage-bm[Accessing the hosted cluster].
71-
7265
* To add hosts to the host inventory by using the Discovery Image, see link:https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/clusters/cluster_mce_overview#add-host-host-inventory[Adding hosts to the host inventory by using the Discovery Image].
73-
7466
* To extract the {product-title} release image digest, see link:https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/clusters/cluster_mce_overview#configure-hosted-disconnected-digest-image[Extracting the {product-title} release image digest].
7567
76-
include::modules/hcp-bm-verify.adoc[leveloffset=+1]
68+
include::modules/hcp-bm-verify.adoc[leveloffset=+1]

modules/hcp-bm-firewall-port-svc-reqs.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Services run on their default ports. However, if you use the `NodePort` publishi
1515

1616
Use firewall rules, security groups, or other access controls to restrict access to only required sources. Avoid exposing ports publicly unless necessary. For production deployments, use a load balancer to simplify access through a single IP address.
1717

18+
If your hub cluster has a proxy configuration, ensure that it can reach the hosted cluster API endpoint by adding all hosted cluster API endpoints to the `noProxy` field on the `Proxy` object. For more information, see "Configuring the cluster-wide proxy".
19+
1820
A hosted control plane exposes the following services on bare metal:
1921

2022
* `APIServer`

0 commit comments

Comments
 (0)