image-builder
image-builder copied to clipboard
Tools for building Kubernetes disk images
Add `ensure-vbox` scripts to install/verify vbox is available. any interest in adding an `ensure-vbox` script that makes sure that vbox is installed? Doesn't have to install it for you, just...
This PR tries to fix various issues with Flatcar builds. This fixes multiple issues but at this point it isn't possible to test them in isolation. Fixes https://github.com/kubernetes-sigs/image-builder/issues/905 Workaround for...
**What steps did you take and what happened:** When booting a cluster with Flatcar Linux (occurred in CAPO) there can be a race between kubeadm.service and containerd.service: ``` ERROR: Cannot...
ref: https://github.com/kubernetes-sigs/image-builder/compare/master...wolfganghuse:nutanix-imagebuilder What this PR does / why we need it: Which issue(s) this PR fixes (optional, in fixes #(, fixes #, ...) format, will close the issue(s) when PR...
**What steps did you take and what happened:** [A clear and concise description on how to REPRODUCE the bug.] This time it was the ubuntu error ``` 0;32m sig-ubuntu-1804-gen2: fatal:...
What this PR does / why we need it: See commit messages for more details. **Additional context** Identified while working on https://github.com/flatcar-linux/Flatcar/issues/734.
Signed-off-by: Mark Rossetti What this PR does / why we need it: This PR makes it so the pause/infra image used when building Azure VHDs comes from mcr.microsoft.com. Which issue(s)...
**What steps did you take and what happened:** Running `FLATCAR_VERSION=current make build-azure-sig-flatcar` on version a09b089b1b344d75275cf741cafdbd877050f660 currently fails with the following error: ``` sig-flatcar: Setting up proxy adapter for Ansible.... ==>...
**Is your feature request related to a problem? Please describe.** I'd like to be able to build a Flatcar image for OpenStack. Currently I can build a QEMU image with...
What this PR does / why we need it: Creates the Ubuntu (18.04 & 20.04) GCE image with GPU drivers pre-installed. Which issue(s) this PR fixes (optional, in fixes #(,...