mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
osdocs-634 and osdocs-639 deleting gcp and azure clusters
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
c62e4da9a0
commit
cf2a4bda02
@@ -102,19 +102,19 @@ Topics:
|
||||
File: installing-azure-default
|
||||
# - Name: Installing a cluster on Azure with customizations
|
||||
# File: installing-azure-customizations
|
||||
# - Name: Uninstalling a cluster on Azure
|
||||
# File: uninstalling-cluster-azure
|
||||
#- Name: Installing on GCP
|
||||
# Dir: installing_gcp
|
||||
# Topics:
|
||||
- Name: Uninstalling a cluster on Azure
|
||||
File: uninstalling-cluster-azure
|
||||
- Name: Installing on GCP
|
||||
Dir: installing_gcp
|
||||
Topics:
|
||||
# - Name: Configuring an GCP account
|
||||
# File: installing-gcp-account
|
||||
# - Name: Installing a cluster quickly on GCP
|
||||
# File: installing-gcp-default
|
||||
# - Name: Installing a cluster on GCP with customizations
|
||||
# File: installing-gcp-customizations
|
||||
# - Name: Uninstalling a cluster on GCP
|
||||
# File: uninstalling-cluster-gcp
|
||||
- Name: Uninstalling a cluster on GCP
|
||||
File: uninstalling-cluster-gcp
|
||||
#- Name: Installing in a disconnected environment
|
||||
# Dir: installing_disconnected
|
||||
# Topics:
|
||||
|
||||
@@ -7,4 +7,4 @@ toc::[]
|
||||
|
||||
You can remove a cluster that you deployed to Amazon Web Services (AWS).
|
||||
|
||||
include::modules/installation-uninstall-aws.adoc[leveloffset=+1]
|
||||
include::modules/installation-uninstall-clouds.adoc[leveloffset=+1]
|
||||
|
||||
@@ -7,4 +7,4 @@ toc::[]
|
||||
|
||||
You can remove a cluster that you deployed to Microsoft Azure.
|
||||
|
||||
//include::modules/installation-uninstall-aws.adoc[leveloffset=+1]
|
||||
include::modules/installation-uninstall-clouds.adoc[leveloffset=+1]
|
||||
|
||||
@@ -7,4 +7,4 @@ toc::[]
|
||||
|
||||
You can remove a cluster that you deployed to Google Cloud Platform (GCP).
|
||||
|
||||
// include::modules/installation-uninstall-aws.adoc[leveloffset=+1]
|
||||
include::modules/installation-uninstall-clouds.adoc[leveloffset=+1]
|
||||
|
||||
@@ -1,28 +1,23 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// * installing/installing_aws/uninstalling-cluster-aws.adoc
|
||||
// * installing/installing_azure/uninstalling-cluster-azure.adoc
|
||||
// * installing/installing_gcp/uninstalling-cluster-gcp.adoc
|
||||
|
||||
[id="installation-uninstall-aws_{context}"]
|
||||
= Removing a cluster from AWS
|
||||
[id="installation-uninstall-clouds_{context}"]
|
||||
= Removing a cluster that uses installer-provisioned infrastructure
|
||||
|
||||
You can remove a cluster that you installed on Amazon Web Services (AWS).
|
||||
You can remove a cluster that uses installer-provisioned infrastructure from
|
||||
your cloud.
|
||||
|
||||
.Prerequisites
|
||||
|
||||
* Have a copy of the installation program that you used to deploy the cluster.
|
||||
* Have the files that the installation program generated when you created your
|
||||
cluster.
|
||||
|
||||
.Procedure
|
||||
|
||||
. Optional: From the computer that you used to install the cluster, run the
|
||||
following command and record the UUID that it outputs:
|
||||
+
|
||||
----
|
||||
$ oc get clusterversion -o jsonpath='{.spec.clusterID}{"\n"}' version
|
||||
----
|
||||
+
|
||||
If not all of the cluster resources are removed from AWS, you can use this UUID
|
||||
to locate them and remove them.
|
||||
|
||||
. From the computer that you used to install the cluster, run the following command:
|
||||
+
|
||||
----
|
||||
Reference in New Issue
Block a user