v0.1.0
This commit is contained in:
parent
bac6c98933
commit
4cbdcc61c2
@ -3,11 +3,11 @@ kind: Plugin
|
|||||||
metadata:
|
metadata:
|
||||||
name: plslogs
|
name: plslogs
|
||||||
spec:
|
spec:
|
||||||
homepage: https://git.qoobing.com/opensource/kubernetes/kubectl-plugins.git
|
homepage: https://git.qoobing.com/r/opensource/kubernetes/kubectl-plugins.git
|
||||||
shortDescription: "pls(pod list select) and then logs(kubectl logs)"
|
shortDescription: "pls(pod list select) and then logs(kubectl logs)"
|
||||||
version: "v0.1.0"
|
version: "v0.1.0"
|
||||||
description: |
|
description: |
|
||||||
Provide a simple tools for logs pod without 'copy' pod name.
|
Provide a simple tools for logs pod (without 'copy' pod name by youself).
|
||||||
It show a pod list first and after you choose one,
|
It show a pod list first and after you choose one,
|
||||||
and it will execute 'kubectl logs --tail 100 -f $selectpod'
|
and it will execute 'kubectl logs --tail 100 -f $selectpod'
|
||||||
platforms:
|
platforms:
|
||||||
@ -18,11 +18,11 @@ spec:
|
|||||||
values:
|
values:
|
||||||
- darwin
|
- darwin
|
||||||
- linux
|
- linux
|
||||||
uri: https://github.com/morningspace/kubeassert/archive/v0.2.0.tar.gz
|
uri: https://git.qoobing.com/public/static/kubectl-plslogs-v0.1.0.tar.gz
|
||||||
sha256: a35b62a111212a74c954f2991fdfa7b4cad8e92b9318773f87c9ff8c12a5ea52
|
sha256: de7a55d7b44a78f75885f3b5a97703b68ebf9fa6386940d40ab830b201da1161
|
||||||
bin: kubectl-assert.sh
|
bin: plslogs.sh
|
||||||
files:
|
files:
|
||||||
- from: "/kubeassert-*/kubectl-assert.sh"
|
- from: "/src/plslogs/plslogs.sh"
|
||||||
to: "."
|
to: "."
|
||||||
- from: "/kubeassert-*/LICENSE"
|
- from: "/src/plslogs/LICENSE"
|
||||||
to: "."
|
to: "."
|
||||||
|
Loading…
Reference in New Issue
Block a user