Skip to content

Commit fb6ea0a

Browse files
authored
Change ova partition type back to ext4 (#5135)
xfs file type seems to break the post-build kubelet validation for ubuntu 2204 and 2404 ova. Reverting this change until we figure out why.
1 parent dc79732 commit fb6ea0a

19 files changed

Lines changed: 89 additions & 18 deletions

projects/kubernetes-sigs/image-builder/patches/0001-OVA-improvements.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 6aed2d6d104d0e1caf2a5ef8477f67e93a4b04be Mon Sep 17 00:00:00 2001
22
From: Vignesh Goutham Ganesh <vgg@amazon.com>
33
Date: Tue, 11 Jan 2022 21:05:13 -0800
4-
Subject: [PATCH 01/18] OVA improvements
4+
Subject: [PATCH 01/19] OVA improvements
55

66
- Create /etc/pki/tls/certs dir as part of image-builds
77
- Tweak Product info in OVF

projects/kubernetes-sigs/image-builder/patches/0002-EKS-D-support-and-changes.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 19941a18dde1d3aeba12e7eb8555507604d8e0ba Mon Sep 17 00:00:00 2001
22
From: Vignesh Goutham Ganesh <vgg@amazon.com>
33
Date: Tue, 11 Jan 2022 18:36:56 -0800
4-
Subject: [PATCH 02/18] EKS-D support and changes
4+
Subject: [PATCH 02/19] EKS-D support and changes
55

66
- Add goss validations for EKS-D artifacts
77
- Add etcdadm and etcd.tar.gz to image for unstacked etcd support

projects/kubernetes-sigs/image-builder/patches/0003-Snow-AMI-support.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From d97dfb1765cd6e85cb871a870a7351eaa9c9bd46 Mon Sep 17 00:00:00 2001
22
From: Abhay Krishna Arunachalam <arnchlm@amazon.com>
33
Date: Thu, 2 Feb 2023 01:39:15 -0800
4-
Subject: [PATCH 03/18] Snow AMI support
4+
Subject: [PATCH 03/19] Snow AMI support
55

66
---
77
images/capi/packer/ami/packer.json | 12 ++++++++++--

projects/kubernetes-sigs/image-builder/patches/0004-RHEL-support-and-improvements.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 036e7c0340c406daaa7223d893f010555b0f0cc9 Mon Sep 17 00:00:00 2001
22
From: Vignesh Goutham Ganesh <vgg@amazon.com>
33
Date: Tue, 6 Dec 2022 15:42:02 -0600
4-
Subject: [PATCH 04/18] RHEL support and improvements
4+
Subject: [PATCH 04/19] RHEL support and improvements
55

66
- Fix redhat 9 cloud-init feature flags bug
77
- Fix ensure iptables present for rhel

projects/kubernetes-sigs/image-builder/patches/0005-Nutanix-improvements.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From e0305f3f092a6f439c38304a5b9cc29c27b16f8f Mon Sep 17 00:00:00 2001
22
From: Ilya Alekseyev <ilya.alekseyev@nutanix.com>
33
Date: Wed, 11 Oct 2023 22:07:22 -0400
4-
Subject: [PATCH 05/18] Nutanix improvements
4+
Subject: [PATCH 05/19] Nutanix improvements
55

66
- Fetch Nutanix RHEL source image URL from environment
77
- Force-delete Nutanix builder VMs on failure

projects/kubernetes-sigs/image-builder/patches/0006-adds-retries-and-timeout-to-packer-image-builder.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 70f0d1221d411e8202bfcdb82b207bb04ca579f1 Mon Sep 17 00:00:00 2001
22
From: Shizhao Liu <lshizhao@amazon.com>
33
Date: Wed, 5 Nov 2025 14:02:23 -0800
4-
Subject: [PATCH 06/18] adds retries and timeout to packer image-builder
4+
Subject: [PATCH 06/19] adds retries and timeout to packer image-builder
55

66
Add retries and timeouts to ansible tasks, also allow user specify
77
ssh_timeout and ssh_handshake_attempts through user input.

projects/kubernetes-sigs/image-builder/patches/0007-Networking-improvements.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From bca3d19b6736e6dd84de3e828e85ad05fdb88868 Mon Sep 17 00:00:00 2001
22
From: Taylor Neyland <tneyla@amazon.com>
33
Date: Wed, 19 Jul 2023 12:51:30 -0500
4-
Subject: [PATCH 07/18] Networking improvements
4+
Subject: [PATCH 07/19] Networking improvements
55

66
- Disable UDP offload service for Redhat and Ubuntu
77
- Default Flatcar version to avoid pulling from internet on every make

projects/kubernetes-sigs/image-builder/patches/0008-Support-and-improvements-for-RHEL-9-EFI.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From b27cadaaed5ddff062d7f3e94a9be0c6ce8ef74a Mon Sep 17 00:00:00 2001
22
From: Shizhao Liu <lshizhao@amazon.com>
33
Date: Mon, 19 Aug 2024 10:14:26 -0700
4-
Subject: [PATCH 08/18] Support and improvements for RHEL 9 EFI
4+
Subject: [PATCH 08/19] Support and improvements for RHEL 9 EFI
55

66
1. Remove 2 unwanted partitions (the swap partition and /boot
77
partition).

projects/kubernetes-sigs/image-builder/patches/0009-Pin-Packer-Goss-plugin-version-to-3.1.4.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From debaa7b8be150c00fabb288616d864159b3756c8 Mon Sep 17 00:00:00 2001
22
From: Abhay Krishna Arunachalam <arnchlm@amazon.com>
33
Date: Thu, 19 Sep 2024 15:36:00 -0700
4-
Subject: [PATCH 09/18] Pin Packer Goss plugin version to 3.1.4
4+
Subject: [PATCH 09/19] Pin Packer Goss plugin version to 3.1.4
55

66
Upstream image-builder moved from installing packer-provisioner-goss through a script to installing it
77
via Packer config (https://github.com/kubernetes-sigs/image-builder/commit/c0b70ae37c4aac14c156fc7b907a9b35147757df).

projects/kubernetes-sigs/image-builder/patches/0010-Remove-containerd-configuration-for-hosts.toml-paths.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 4657712fc9c051a324032348bf812ad68b799edd Mon Sep 17 00:00:00 2001
22
From: Abhay Krishna Arunachalam <arnchlm@amazon.com>
33
Date: Thu, 19 Sep 2024 16:04:19 -0700
4-
Subject: [PATCH 10/18] Remove containerd configuration for hosts.toml paths
4+
Subject: [PATCH 10/19] Remove containerd configuration for hosts.toml paths
55

66
In EKS Anywhere, we're still using the older containerd config template (v2), so setting the
77
config_path in the containerd config file causes errors like "invalid plugin config: `mirrors`

0 commit comments

Comments
 (0)