In this lab you will delete the resources created during this tutorial.
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
Delete the private Kubernetes network (vmbr8
) via the Proxmox WebUI (to avoid fatal misconfiguration).