e73a8b35d5
We now support multiple kubernetes versions, and the common configuration/environment files have been moved to a new package named kubernetes-unversioned in CentOS https://review.opendev.org/c/starlingx/integ/+/804243. This commit will port kubernetes-unversioned to Debian. - Did build-pkg - Did build-img - Verified if the package was installed correctly - Verified the permissions of the installed files Story: 2009101 Task: 44008 Change-Id: I65a9817d7f09736919453c0e81221f1fa1c590f5 Signed-off-by: Mihnea Saracin <Mihnea.Saracin@windriver.com>
17 lines
537 B
Plaintext
17 lines
537 B
Plaintext
Source: kubernetes-unversioned
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <StarlingX-discuss@lists.StarlingX.io>
|
|
Build-Depends: debhelper-compat (= 13), libsystemd-dev
|
|
Standards-Version: 4.4.1
|
|
Homepage: https://www.starlingx.io
|
|
Rules-Requires-Root: no
|
|
|
|
Package: kubernetes-unversioned
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
systemd
|
|
Description: Kubernetes unversioned common config and current version symlinks
|
|
This package contains kubernetes config files and current version symlinks
|