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

current CAPPX template is using kubeadm controlplane/bootstrap. if cluster-api-k3s works well with CAPPX, let's provide additional template for it as `templates/cluster-template-k3s.yaml`. ref : https://github.com/cluster-api-provider-k3s/cluster-api-k3s

good first issue

Hi, i think i have some trouble because i`m using the develop branch but in my cluster the v2.1 controller runs. i think because of that i get this error...

development

In ProxmoxMachine spec, we can specify static IP to be used for instance IP. This IP can be selected given IP pool range like [cluster-api-provider-metal3](https://github.com/metal3-io/cluster-api-provider-metal3). The api should follow [IPAM...

enhancement

/kind bug **What steps did you take and what happened:** I am using below variables to generate manifests: ``` export PROXMOX_URL="https://pve.mydomain.net/api2/json" export PROXMOX_PASSWORD='MyPa$$w0rd' export PROXMOX_USERNAME='[email protected]' ... clusterctl generate cluster capi-mgmt...

/kind feature **Describe the solution you'd like** I would like to be able to disable CloudInit and or QEMU checks as a part of the machine provisioning process so that...