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

Support Resource Pool

Open sp-yduck opened this issue 1 year ago • 0 comments

/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
    • cappx machine controller will add newly created vm to that resource pool
    • (?) cappx machine controller will create new resource pool if there is no resource pool yet
  • (?) add new field in ProxmoxCluster.spce to specify 'default' resource pool name
    • (?) cappx cluster controller will reconcile resource pool specified in the field
    • (?) cappx cluster controller will add cluster storage to the 'default' resource pool
    • (?) cappx machine controller will add newly created vm to 'default' resource pool if field is empty

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

  • Cluster-api-provider-proxmox version:
  • Proxmox VE version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):

sp-yduck avatar Oct 25 '23 15:10 sp-yduck