From f4d7515abd0147f813aa99a8af94782607c86361 Mon Sep 17 00:00:00 2001 From: Kaustubh Dhokte Date: Fri, 8 Apr 2022 05:53:00 +0000 Subject: [PATCH] Debian: Add k8s 1.23.1 package to the ISO This change adds kubernetes 1.23.1 binaries to the debian image. Currently, image creation fails if both k8s 1.21.8 and 1.23.1 are included in the image. It fails during dpkg unpack as both versions contain same binary names and build server tries to extract them to the same location. Only one version can be included at this moment until the above issue is fixed. A bug is open to address this issue. Note: We do not immediately require to support multiple k8s versions. But it is definitely required in the longer run. So, we can merge this first, fix the above mentioned issue and then include both(multiple) versions to the image. Test Plan: PASS: Image builds successfully. PASS: AIO-SX installation successful. Depends-On: https://review.opendev.org/c/starlingx/integ/+/831343 Depends-On: https://review.opendev.org/c/starlingx/integ/+/844649 Story: 2009830 Task: 44638 Signed-off-by: Kaustubh Dhokte Change-Id: I6af8793f57f5734b07f4681b5c267ceaca183830 --- .../config/debian/distro/stx-std.lst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/debian-mirror-tools/config/debian/distro/stx-std.lst b/debian-mirror-tools/config/debian/distro/stx-std.lst index b8298cfd..aac65a8f 100644 --- a/debian-mirror-tools/config/debian/distro/stx-std.lst +++ b/debian-mirror-tools/config/debian/distro/stx-std.lst @@ -419,13 +419,13 @@ kpatch-build kube-cpusets kube-memory -#kubernetes-1.21.8 -kubernetes-1.21.8-client -kubernetes-1.21.8-kubeadm -kubernetes-1.21.8-master -kubernetes-1.21.8-misc -kubernetes-1.21.8-node -#kubernetes-1.21.8-unit-test # not used +#kubernetes-1.23.1 +kubernetes-1.23.1-client +kubernetes-1.23.1-kubeadm +kubernetes-1.23.1-master +kubernetes-1.23.1-misc +kubernetes-1.23.1-node +#kubernetes-1.23.1-unit-test # not used #kubernetes-unversioned kubernetes-unversioned