From 8f2f4158eac26979edf144ea912d0a421cdbb2c2 Mon Sep 17 00:00:00 2001 From: Kirsten G Date: Mon, 22 Oct 2018 17:14:57 -0700 Subject: [PATCH] Update instructions to use destroy-cluster --- README.md | 2 +- docs/dev/libvirt-howto.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4028d882a50..64ac7a30f6a 100644 --- a/README.md +++ b/README.md @@ -53,5 +53,5 @@ export KUBECONFIG="${DIR}/auth/kubeconfig" Destroy the cluster and release associated resources with: ```sh -openshift-install destroy cluster +openshift-install destroy-cluster ``` diff --git a/docs/dev/libvirt-howto.md b/docs/dev/libvirt-howto.md index 54805adfd5d..22a074a04d3 100644 --- a/docs/dev/libvirt-howto.md +++ b/docs/dev/libvirt-howto.md @@ -209,7 +209,7 @@ EOF ## Build and run the installer With [libvirt configured](#install-and-enable-libvirt), you can proceed with [the usual quick-start](../../README.md#quick-start). -Set `TAGS` when building if you need `destroy cluster` support for libvirt; this is not enabled by default because it requires [cgo][]: +Set `TAGS` when building if you need `destroy-cluster` support for libvirt; this is not enabled by default because it requires [cgo][]: ```sh TAGS=libvirt_destroy hack/build.sh @@ -230,7 +230,7 @@ export OPENSHIFT_INSTALL_LIBVIRT_URI=qemu+tcp://192.168.122.1/system If you compiled with `libvirt_destroy`, you can use: ```sh -openshift-install destroy cluster +openshift-install destroy-cluster ``` If you did not compile with `libvirt_destroy`, you can use [`virsh-cleanup.sh`](../../scripts/maintenance/virsh-cleanup.sh), but note it will currently destroy *all* libvirt resources.