mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
431 B
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).