File: control

package info (click to toggle)
kubetail 1.6.5-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 96 kB
  • sloc: sh: 268; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: kubetail
Section: devel
Priority: optional
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.3.0
Homepage: https://github.com/johanhaleby/kubetail

Package: kubetail
Architecture: all
Depends: ${misc:Depends},
Description: Aggregate logs from multiple Kubernetes pods into one stream
 Bash script that enables you to aggregate (tail/follow) logs from
 multiple Kubernetes pods into one stream. This is the same as running
 "kubectl logs -f " but for multiple pods.