• List all VM IDs on the node using the following command
cat /etc/pve/.vmlist
  • vm options
qm shutdown [vmid]
qm stop [vmid]
qm destroy [vmid]
  • lxc options
lxc-ls --fancy
lxc-destroy -n [lxcid]
 
pct list
pct destroy [vmid]
pct enter 206

Install Kubernetes on Proxmox

Resources for setting up a Kubernetes cluster on Proxmox, using Terraform for VM provisioning and Ansible for cluster configuration.

Guides & References

Terraform Repos