Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for creating Proxmox VM templates. #1257

Closed
mcbenjemaa opened this issue Aug 17, 2023 · 2 comments · Fixed by #1282
Closed

Add Support for creating Proxmox VM templates. #1257

mcbenjemaa opened this issue Aug 17, 2023 · 2 comments · Fixed by #1282
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@mcbenjemaa
Copy link
Member

Is your feature request related to a problem? Please describe.

We are using Proxmox to provision vanilla Kubernetes clusters.
and we also implementing a capi provider.

Although, we can use qemu provider to build images
But, I think automating the creation of proxmox templates is a way better.

Describe the solution you'd like
Having a Proxmox target that enables to create VM, boot from ISO, install stuff. and then stop it, and convert it to template.

Describe alternatives you've considered

packer proxmox builders can be used: https://developer.hashicorp.com/packer/plugins/builders/proxmox

build images manually with qemu.

Additional context
This can be achived via communicating with Proxmox API.

/kind feature

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 17, 2023
@olinux-dev
Copy link

looks interesting, would like to take that over. And if someone wants to join let me know

@mcbenjemaa
Copy link
Member Author

Yeah, I will try to look into this once I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants