6d85d048d0
This adds kubernetes 1.24.4 package for Debian, this is built using golang-1.18.5. The debian/rules has been updated to align more closely with Debian Source Package: kubernetes (1.20.5+really1.20.2-1.1), the debian/* files from this tarball: kubernetes_1.20.5+really1.20.2-1.1.debian.tar.xz . Reference: https://packages.debian.org/source/bookworm/kubernetes This has customizations to debian/* overrides (e.g. rules, control, and kubernetes-x.*. This enables support of kubernetes upgrades with multiple build versions of kubernetes, and has specific binaries/config files isolated in stages, with -master, -misc, and -unit-test packages built but not required in production. Each kubernetes version is built with a corresponding golang compiler version. The following patches were cleanly applied and included: kubeadm-create-platform-pods-with-zero-CPU-resources.patch Revert-use-subpath-for-coredns-only-for-default-repo.patch kubernetes-make-isolcpus-allocation-SMT-aware.patch kubelet-sort-isolcpus-allocation-when-SMT-enabled.patch The following patches did not apply cleanly. These will be included in a subsequent commit after porting them to kubernetes 1.24.4. kubelet-cpumanager-disable-CFS-quota-throttling-for-.patch kubelet-cpumanager-keep-normal-containers-off-reserv.patch kubelet-cpumanager-infra-pods-use-system-reserved-CP.patch kubelet-cpumanager-introduce-concept-of-isolated-CPU.patch enable-support-for-kubernetes-to-ignore-isolcpus.patch Test Plan: Debian PASS: kubernetes-1.24.4 package builds successfully PASS: all packages build successfully PASS: build-iso successful with multiple kubernetes versions Story: 2010301 Task: 46312 Depends-On: https://review.opendev.org/c/starlingx/compile/+/857971 Signed-off-by: Jim Gauld <james.gauld@windriver.com> Change-Id: I154dcb4087631c5f0d921b008917ae5485b83b15
93 lines
3.1 KiB
Plaintext
93 lines
3.1 KiB
Plaintext
Source: kubernetes-1.24.4
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <StarlingX-discuss@lists.StarlingX.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
build-essential,
|
|
bash-completion,
|
|
jq,
|
|
rsync,
|
|
go-bindata,
|
|
go-md2man,
|
|
golang-1.18
|
|
Standards-Version: 4.4.1
|
|
Homepage: http://kubernetes.io/
|
|
|
|
Package: kubernetes-1.24.4-client
|
|
Provides: kubernetes-utils
|
|
Architecture: amd64
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Recommends: ${misc:Recommends}
|
|
Built-Using: ${misc:Built-Using}
|
|
Description: Kubernetes Command Line Tool
|
|
The Kubernetes command line tool for interacting with the Kubernetes API.
|
|
|
|
Package: kubernetes-1.24.4-master
|
|
Architecture: amd64
|
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
|
adduser,
|
|
lsb-base,
|
|
etcd
|
|
Recommends: ${misc:Recommends}, kubernetes-1.24.4-client
|
|
Built-Using: ${misc:Built-Using}
|
|
Description: Kubernetes services for master host
|
|
Container Cluster Manager from Google. Kubernetes is an open source system
|
|
for managing containerized applications across multiple hosts, providing
|
|
basic mechanisms for deployment, maintenance, and scaling of applications.
|
|
.
|
|
Linux kernel version 3.8 or above is required for proper operation of the
|
|
daemon process, and that any lower versions may have subtle and/or glaring
|
|
issues.
|
|
.
|
|
This package provides "kube-apiserver", "kube-controller-manager" and
|
|
"kube-scheduler" daemons.
|
|
|
|
Package: kubernetes-1.24.4-node
|
|
Provides: cadvisor
|
|
Architecture: amd64
|
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
|
adduser,
|
|
conntrack,
|
|
conntrackd,
|
|
docker.io,
|
|
lsb-base,
|
|
socat,
|
|
Recommends: ${misc:Recommends}, kubernetes-1.24.4-client
|
|
Built-Using: ${misc:Built-Using}
|
|
Description: Kubernetes services for node host
|
|
Container Cluster Manager from Google. Kubernetes is an open source system
|
|
for managing containerized applications across multiple hosts, providing
|
|
basic mechanisms for deployment, maintenance, and scaling of applications.
|
|
.
|
|
Linux kernel version 3.8 or above is required for proper operation of the
|
|
daemon process, and that any lower versions may have subtle and/or glaring
|
|
issues.
|
|
|
|
Package: kubernetes-1.24.4-kubeadm
|
|
Architecture: amd64
|
|
Depends: ${misc:Depends}, containernetworking-plugins
|
|
Recommends: ${misc:Recommends}, kubernetes-1.24.4-client
|
|
Built-Using: ${misc:Built-Using}
|
|
Description: Kubernetes Cluster Bootstrapping Tool
|
|
The Kubernetes command line tool for bootstrapping a Kubernetes cluster.
|
|
|
|
Package: kubernetes-1.24.4-misc
|
|
Architecture: amd64
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Recommends: ${misc:Recommends}
|
|
Built-Using: ${misc:Built-Using}
|
|
Description: dummy package
|
|
Kubernetes dummy package for misc stuff we don't want to install in production.
|
|
|
|
Package: kubernetes-1.24.4-unit-test
|
|
Architecture: amd64
|
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
|
hostname,
|
|
rsync,
|
|
etcd (>= 2.0.9),
|
|
network-manager,
|
|
Recommends: ${misc:Recommends}
|
|
Built-Using: ${misc:Built-Using}
|
|
Description: Kubernetes unit test
|
|
Kubernetes unit-test framework.
|