diff --git a/README.md b/README.md index a5d1da1903a..6edf7873cbf 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.