proxmox-operator icon indicating copy to clipboard operation
proxmox-operator copied to clipboard

Results 4 proxmox-operator issues
Sort by recently updated
recently updated
newest added

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...