-
Notifications
You must be signed in to change notification settings - Fork 435
Move boot iso configuration into boot_iso object #1705
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @jseely. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Since this (in theory) should work, we should probably consider setting the Other than that, all looks good to me! |
/ok-to-test |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
@jseely Sorry for the delay on this, We're very short on maintainers at the moment. We'll get to this soon :-) I'm just testing now. |
No worries, appreciate your service! 😉 |
I'm having a heck of a time trying to get this to build. But also when running on main too. Being extremely tired + not being a proxmox user probably isn't helping :-D So every time I try and run a build I'm getting
I'm passing in the right params from what I can tell for Ubuntu builds - for example
You said you'd managed to get this to build on flatcar but had issues with the I can get it to build if I manually hardcode the values in the Were you? |
You know what. Ignore me. I had a rouge |
OK so builds are working, however the problem I'm seeing is that I'm having to manually remove either This seems to be expected behaviour Problem is, because we're using JSON I'm a little stuck on how to proceed with this. I'll have a think but in the meantime if yourself or anyone else can point out either something I'm missing (again, none proxmox expert here) or another way of achiving this, I'm open to it. |
Change description
iso_*
configurations intoboot_iso
configuration objectiso_download_pve
which causes the proxmox instance to download the ISO (and triggers reuse of the image if it's already been downloaded)Additional context