Skip to content

Commit

Permalink
docs/libvirt: Add more hints about cleanup and reinstallation
Browse files Browse the repository at this point in the history
The stale `auth` directory was what was breaking my cluster reinstalls.
Let's encourage people to use `--dir`.
  • Loading branch information
cgwalters authored and wking committed Oct 31, 2018
1 parent f6171bb commit 6fa6c57
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 6fa6c57

Please sign in to comment.