1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

OSDOCS#12312: Limitations of managing imported hosted clusters

This commit is contained in:
xenolinux
2024-10-15 16:19:56 +05:30
parent 18924bb18c
commit 32c3f1d01c
2 changed files with 20 additions and 0 deletions

View File

@@ -8,6 +8,15 @@ toc::[]
Hosted clusters are automatically imported into {mce-short} after the hosted control plane becomes available.
include::modules/hcp-import-limitations.adoc[leveloffset=+1]
[role="_additional-resources_{context}"]
== Additional resources
* xref:../hosted_control_planes/hcp-updating.adoc#hcp-update-node-pools_hcp-updating[Updating node pools in a hosted cluster]
* xref:../hosted_control_planes/hcp-updating.adoc#hcp-update-ocp-hc_hcp-updating[Updating a control plane in a hosted cluster]
* link:https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/clusters/cluster_mce_overview#discover-hosted-acm[Discovering {mce} hosted clusters in {rh-rhacm-title}]
include::modules/hcp-import-manual.adoc[leveloffset=+1]
include::modules/hcp-import-manual-aws.adoc[leveloffset=+1]
include::modules/hcp-import-disable.adoc[leveloffset=+1]

View File

@@ -0,0 +1,11 @@
// Module included in the following assemblies:
//
// * hosted_control_planes/hcp-import.adoc
:_mod-docs-content-type: CONCEPT
[id="hcp-import-limitations_{context}"]
= Limitations of managing imported hosted clusters
Hosted clusters are automatically imported into the local {mce}, unlike a standalone {product-title} or third party clusters. Hosted clusters run some of their agents in the _hosted mode_ so that the agents do not use the resources of your cluster. If you choose to automatically import hosted clusters, you can update node pools and the control plane in hosted clusters by using the `HostedCluster` resource on the management cluster. To update node pools and a control plane, see "Updating node pools in a hosted cluster" and "Updating a control plane in a hosted cluster".
You can import hosted clusters into a location other than the local {mce-short} by using the {rh-rhacm-first}. For more information, see "Discovering {mce} hosted clusters in {rh-rhacm-title}". In this topology, you must update your hosted clusters by using the command-line interface or the console of the local {mce} where the cluster is hosted. You cannot update the hosted clusters through the {rh-rhacm} hub cluster.