From fddc4dcf24d5145b977c74c2ab601d31a280d4d5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 24 Oct 2018 17:44:49 -0400 Subject: [PATCH] README: 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..ef92239725d 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.