Skip to content

Commit

Permalink
Merge pull request #532 from cgwalters/libvirt-docs-cleanup-dir
Browse files Browse the repository at this point in the history
README: Add more hints about cleanup and reinstallation
  • Loading branch information
openshift-merge-robot committed Nov 1, 2018
2 parents 251d073 + fddc4dc commit 9711339
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9711339

Please sign in to comment.