Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 392 Bytes

07-cleanup.md

File metadata and controls

20 lines (13 loc) · 392 Bytes

Destroy the cluster

During development phase, you might want to destroy some resources, but keep others. For example, you want to shutdown nodes, but keep master, etcd, vpc:

$ cd resources/node
$ make plan-destroy
$ make destroy

To complete destroy everything, including the vault data, and Terraform remote states, run this at the repo's top level:

$ make teardown