proxmox-operator
proxmox-operator copied to clipboard
License?
There's no license for this project. It would be helpful if you could add one :)
It would be nice if we could - reset (aka force reboot) a VM by changing `spec.restart: true` - stop a VM by changing `spec.stop: true` - start a VM...
I see that there is a `spec.pool` field, however if I set that to the name of an existing pool, the machines aren't added to that pool. Is this a...
Proxmox's API supports a special import-from option for disks, I am able to make it work by using options ```yaml options: scsi0: vms:0,import-from=vms:vm-9999-disk-0 ``` But once proxmox takes over, it...