kubernetes-the-hard-way/docs/13-cleanup.md

17 lines
572 B
Markdown
Raw Normal View History

# Cleaning Up
In this lab you will delete the compute resources created during this tutorial.
## Compute Instances
Previous versions of this guide made use of GCP resources for various aspects
of compute and networking. The current version is agnostic, and all
configuration is performed on the `jumpbox`, `controlplane`, or nodes.
Clean up is as simple as deleting all virtual machines you created for this
exercise.
If you used the virtual-machines provided, then cd into the `virtual-machines`
directory and run `vagrant destroy`.
Next: [Start Over](../README.md)