kubemox icon indicating copy to clipboard operation
kubemox copied to clipboard

Proxmox operator for Kubernetes to manage Proxmox resources.

Results 7 kubemox issues
Sort by recently updated
recently updated
newest added

Cloud Init is a way to provide initial configuration to the Virtual Machine. kubemox may provide a way to define a cloud init configuration for the Virtual Machine.

enhancement

The VMTemplate CRD can be used to define a template for Virtual Machines. This template can be used for creating new Virtual Machines. The object itself is Virtual Machine but...

VirtualMachines can be created with multiple NICs if the template already has them, but the controller can't handle further configurations. The controller should be extensible to cover and support multiple...

Currently, the controller's reconciliation mechanism doesn't depend on any schedule. That means a controller can't pick up the changes on Proxmox resources. Any continuous watching mechanism should be in place...

Create a virtual machine from template by cloning. New virtual machine with the same name and a different id is created once a minute with each reconcile. After starting VM...

### What would you like to be added? Currently, Kubemox prints out the reconciliation outputs and also the Proxmox operations as well, the log levels should be distinctive between Proxmox...

### What happened? I cant use the operator because the virtualmachinetemplate doesnt have the spec.virtualMachineConfig.storage option. On my proxmox node local-lvm cant be use d for storage of cloud init...

bug
resolved