image-builder
image-builder copied to clipboard
Tools for building Kubernetes disk images
**Is your feature request related to a problem? Please describe.** We are not able to find the command for building RHEL 8 OVAs **Describe the solution you'd like** We wanted...
Both [Azure](https://azure.microsoft.com/en-us/blog/now-in-preview-azure-virtual-machines-with-ampere-altra-armbased-processors/) and [AWS](https://aws.amazon.com/ec2/graviton/) supports ARM64 VMs now, so I think it would be great if image-builder would be able producing arm64 compatible images. I see that there are already...
In https://github.com/kubernetes-sigs/image-builder/pull/701/commits/c73b6e7a28b93dd03a747a8454600838e656ff5c we've disabled Flatcar updates. However, this change leaves a time gap which still allows Flatcar to download updates and reboot **during image creation**, resulting in either a broken...
Similar to https://github.com/kubernetes-sigs/image-builder/issues/160 potentially a duplicate # Current thinking there are vGPU and PCI Passthrough modaliities for running GPUs in VMs. This UEFI + GPU - VMX parameter config may...
**What steps did you take and what happened:** 1. `cd image-builder/images/capi/ && CAPI_PROVIDER=ami ./hack/image-build-flatcar.sh stable` 2. `~/.packer.d/plugins/packer-provisioner-goss` gets created. **What did you expect to happen:** - Automation installing the tools...
There were two issues I had: - PYTHON_VERSION was not defined (only PYTHON3_VERSION) and `set -o nounset` helps catching that - `set -o errexit` is the same as `set -e`...
**Is your feature request related to a problem? Please describe.** Right now Flatcar QEMU build downloads ISO image via Packer, then inside the VM image is downloaded again by Flatcar...
Right now files referenced by `template` module are scattered between `templates` and `files` directory and sometimes they have `j2` extension. This should be unified so it is obvious where to...
@dkoshkin Makes sense. That in combination with using capi's kubeadmconfig as mentioned in https://github.com/kubernetes-sigs/image-builder/issues/709#issuecomment-948373697 make it easy to customize. If you can update the windows part to `/containerd` to `\\\\containerd`...
**What steps did you take and what happened:** I've followed exactly this instructions: https://image-builder.sigs.k8s.io/capi/providers/openstack.html on an Ubuntu 22.04 machine and If I try to spin up the workload cluster the...