From 6fa6c577360c4bd8fce3ab3b45b0545af2a2739a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 24 Oct 2018 17:44:49 -0400 Subject: [PATCH] docs/libvirt: Add more hints about cleanup and reinstallation The stale `auth` directory was what was breaking my cluster reinstalls. Let's encourage people to use `--dir`. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e61877e6bdf..a1289323d12 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,7 @@ Destroy the cluster and release associated resources with: ```sh openshift-install destroy cluster ``` + +Note that you almost certainly also want to clean up the installer state files too, including `auth/`, `terraform.tfstate` etc. +The best thing to do is always pass the `--dir` argument to `install` and `destroy`. +And if you want to reinstall from scratch, `rm -rf` the asset directory beforehand.