mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
OSDOCS#10489: Move the Deleting a hosted cluster section
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
b33639d91c
commit
9bdb82cc78
@@ -2315,8 +2315,6 @@ Topics:
|
||||
File: hcp-getting-started
|
||||
- Name: Authentication and authorization for hosted control planes
|
||||
File: hcp-authentication-authorization
|
||||
- Name: Managing hosted control planes
|
||||
File: hcp-managing
|
||||
- Name: Using feature gates in a hosted cluster
|
||||
File: hcp-using-feature-gates
|
||||
- Name: Updating hosted control planes
|
||||
|
||||
@@ -26,6 +26,9 @@ You can view the procedures by selecting from one of the following providers:
|
||||
** Enable node auto-scaling for the hosted cluster
|
||||
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#configure-hosted-disconnected[Configuring hosted control planes in a disconnected environment]
|
||||
|
||||
* To destroy a hosted cluster on bare metal, follow the instructions in link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hypershift-cluster-destroy-bm[Destroying a hosted cluster on bare metal].
|
||||
* If you want to disable the hosted control plane feature, see link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#disable-hosted-control-planes[Disabling the hosted control plane feature].
|
||||
|
||||
[id="hcp-getting-started-virt"]
|
||||
== {VirtProductName}
|
||||
|
||||
@@ -35,6 +38,9 @@ You can view the procedures by selecting from one of the following providers:
|
||||
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-control-planes-manage-kubevirt[Managing hosted control plane clusters on OpenShift Virtualization]: Create {product-title} clusters with worker nodes that are hosted by KubeVirt virtual machines.
|
||||
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#configure-hosted-disconnected[Configuring hosted control planes in a disconnected environment]
|
||||
|
||||
* To destroy a hosted cluster is on {VirtProductName}, follow the instructions in link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hypershift-cluster-destroy-kubevirt[Destroying a hosted cluster on OpenShift Virtualization].
|
||||
* If you want to disable the hosted control plane feature, see link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#disable-hosted-control-planes[Disabling the hosted control plane feature].
|
||||
|
||||
[id="hcp-getting-started-aws"]
|
||||
== {aws-first}
|
||||
|
||||
@@ -45,6 +51,9 @@ include::snippets/technology-preview.adoc[]
|
||||
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosting-service-cluster-configure-aws[Configuring hosted control plane clusters on AWS (Technology Preview)]: The tasks to configure hosted control plane clusters on {aws-short} include creating the {aws-short} S3 OIDC secret, creating a routable public zone, enabling external DNS, enabling {aws-short} PrivateLink, and deploying a hosted cluster.
|
||||
* xref:../networking/hardware_networks/configuring-sriov-operator.adoc#sriov-operator-hosted-control-planes_configuring-sriov-operator[Deploying the SR-IOV Operator for hosted control planes]: After you configure and deploy your hosting service cluster, you can create a subscription to the Single Root I/O Virtualization (SR-IOV) Operator on a hosted cluster. The SR-IOV pod runs on worker machines rather than the control plane.
|
||||
|
||||
* To destroy a hosted cluster on AWS, follow the instructions in link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hypershift-cluster-destroy-aws[Destroying a hosted cluster on AWS].
|
||||
* If you want to disable the hosted control plane feature, see link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#disable-hosted-control-planes[Disabling the hosted control plane feature].
|
||||
|
||||
[id="hcp-getting-started-ibmz"]
|
||||
== {ibm-z-title}
|
||||
|
||||
@@ -71,3 +80,6 @@ include::snippets/technology-preview.adoc[]
|
||||
|
||||
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-install-cli[Installing the hosted control plane command line interface]
|
||||
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#configuring-hosting-service-cluster-configure-agent-non-bm[Configuring hosted control plane clusters using non bare metal agent machines (Technology Preview)]
|
||||
|
||||
* To destroy a hosted cluster on non bare metal agent machines, follow the instructions in link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hypershift-cluster-destroy-non-bm[Destroying a hosted cluster on non bare metal agent machines]
|
||||
* If you want to disable the hosted control plane feature, see link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#disable-hosted-control-planes[Disabling the hosted control plane feature].
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
:_mod-docs-content-type: ASSEMBLY
|
||||
[id="hcp-managing"]
|
||||
= Managing hosted control planes
|
||||
include::_attributes/common-attributes.adoc[]
|
||||
:context: hcp-managing
|
||||
|
||||
toc::[]
|
||||
|
||||
After you configure your environment for hosted control planes and create a hosted cluster, you can further manage your clusters and nodes.
|
||||
|
||||
//automated machine management
|
||||
include::modules/scale-down-data-plane.adoc[leveloffset=+1]
|
||||
include::modules/delete-hosted-cluster.adoc[leveloffset=+1]
|
||||
@@ -13,6 +13,8 @@ include::modules/hosted-control-planes-troubleshooting.adoc[leveloffset=+1]
|
||||
//restarting hosted control plane components
|
||||
include::modules/hosted-control-planes-pause-reconciliation.adoc[leveloffset=+1]
|
||||
|
||||
include::modules/scale-down-data-plane.adoc[leveloffset=+1]
|
||||
|
||||
[role="_additional-resources"]
|
||||
.Additional resources
|
||||
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
// Module included in the following assembly:
|
||||
//
|
||||
// * hosted_control_planes/hcp-managing.adoc
|
||||
|
||||
:_mod-docs-content-type: PROCEDURE
|
||||
[id="delete-hosted-cluster_{context}"]
|
||||
= Deleting a hosted cluster
|
||||
|
||||
The steps to delete a hosted cluster differ depending on which provider you use.
|
||||
|
||||
.Procedure
|
||||
|
||||
* If the cluster is on AWS, follow the instructions in link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview#hypershift-cluster-destroy-aws[Destroying a hosted cluster on AWS].
|
||||
|
||||
* If the cluster is on bare metal, follow the instructions in link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview#hypershift-cluster-destroy-bm[Destroying a hosted cluster on bare metal].
|
||||
|
||||
* If the cluster is on {VirtProductName}, follow the instructions in link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview#hypershift-cluster-destroy-kubevirt[Destroying a hosted cluster on OpenShift Virtualization].
|
||||
|
||||
.Next steps
|
||||
|
||||
If you want to disable the hosted control plane feature, see link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview#disable-hosted-control-planes[Disabling the hosted control plane feature].
|
||||
Reference in New Issue
Block a user