cluster-api-provider-proxmox icon indicating copy to clipboard operation
cluster-api-provider-proxmox copied to clipboard

Cluster API provider implementation for Proxmox VE

Results 25 cluster-api-provider-proxmox issues
Sort by recently updated
recently updated
newest added

/kind feature **Describe the solution you'd like** cappx uses vnc websocket to download os image into proxmox nodes. As vnc websocket is a bit unstable, it's better to avoid using...

One of the main feature of CAPP is that user can use any OS image and not need to prepare vm template beforehand. However it might be worth to provide...

enhancement

/kind bug **What steps did you take and what happened:** I create a cluster as described in the quick-start. I changed the replicas to 3 for md and controlplane. I...

/kind feature **Describe the solution you'd like** Current CI is supporting only Unit testing (and linting). as the project is getting bigger, it would be helpful if we can support...

help wanted
development

/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] - Support firewall/security groups configuration (ref: https://kubernetes.io/docs/reference/networking/ports-and-protocols/) - It should be an...

enhancement

/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] - add new field in `ProxmoxMachine.spec` to specify resource pool name -...

Please find a draft PR of our current variation/extension of this provider. With those changes we are closer to be able to consider using it outside of just experimental setups:...

/kind bug when using api-token&secret for proxmox authentication, specific endpoint (`/node/{node}/vncshell`) returns an error even other endpoint does not return any error. not sure if it's actually expected behavior at...

bug

currently insecure skip tls verify is true by default. this should be an option. https://github.com/sp-yduck/cluster-api-provider-proxmox/blob/eed957f8541e92cc3195b96b73a0f275ec331bc2/cloud/scope/clients.go#L67C60-L67C64

good first issue