2023-11-01 09:16:49 +03:00
|
|
|
# Cleaning Up
|
|
|
|
|
|
|
|
In this lab you will delete the compute resources created during this tutorial.
|
|
|
|
|
|
|
|
## Compute Instances
|
|
|
|
|
2025-06-02 06:37:55 +03:00
|
|
|
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.
|
2024-11-15 02:43:51 +03:00
|
|
|
|
2025-06-02 06:37:55 +03:00
|
|
|
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`.
|
2024-11-15 02:43:51 +03:00
|
|
|
|
|
|
|
Next: [Start Over](../README.md)
|