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

431 B

Cleaning Up

In this lab you will delete the resources created during this tutorial.

Virtual Machines

Stop the 7 VM created for this tutorial:

sudo shutdown -h now

Delete all the VMs via the Proxmox WebUI or the Proxmox CLI (on the hypervisor):

sudo qm destroy <vmid> --purge

Networking

Delete the private Kubernetes network (vmbr8) via the Proxmox WebUI (to avoid fatal misconfiguration).