95cd66e67d
This changes Debian package name for k8s 1.21.8 from "kubernetes" to "kubernetes-1.21.8". Until https://review.opendev.org/c/starlingx/integ/+/831343 is merged, version 1.21.8 is the only packaged version of kubernetes on StarlingX Debian. In future, multiple kubernetes versions will be supported on most, if not all, StarlingX releases. Currently, Debian build server uses the value of 'debname' parameter in the meta_data.yaml as the package name. 'debname' is an optional parameter in the meta_data.yaml. If not provided, it uses package dir name as the package name (kubernetes-1.21.8 in this case), which follows the preferred format ('kubernetes-<version>') for naming different versions of kubernetes packages distinctly. Test Plan: PASS: Package builds successfully PASS: Image builds successfully. Story: 2009830 Task: 44638 Signed-off-by: Kaustubh Dhokte <kaustubh.dhokte@windriver.com> Change-Id: I46f7d9307f4254597557bb8be81ef471dcc7d73d
91 lines
3.0 KiB
Plaintext
91 lines
3.0 KiB
Plaintext
Source: kubernetes-1.21.8
|
|
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.16
|
|
Standards-Version: 4.4.1
|
|
Homepage: http://kubernetes.io/
|
|
|
|
Package: kubernetes-1.21.8-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.21.8-master
|
|
Architecture: amd64
|
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
|
adduser,
|
|
lsb-base,
|
|
etcd
|
|
Recommends: ${misc:Recommends}, kubernetes-1.21.8-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.21.8-node
|
|
Provides: cadvisor
|
|
Architecture: amd64
|
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
|
adduser,
|
|
conntrack,
|
|
conntrackd,
|
|
docker.io,
|
|
lsb-base,
|
|
socat,
|
|
Recommends: ${misc:Recommends}, kubernetes-1.21.8-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.21.8-kubeadm
|
|
Architecture: amd64
|
|
Depends: ${misc:Depends}, containernetworking-plugins
|
|
Recommends: ${misc:Recommends}, kubernetes-1.21.8-client
|
|
Built-Using: ${misc:Built-Using}
|
|
Description: Kubernetes Cluster Bootstrapping Tool
|
|
The Kubernetes command line tool for bootstrapping a Kubernetes cluster.
|
|
|
|
Package: kubernetes-1.21.8-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.21.8-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}
|