forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus.yaml
55 lines (53 loc) · 1.55 KB
/
status.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: status
spec:
version: v0.4.1
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/bergerx/kubectl-status/releases/download/v0.4.1/status_linux_amd64.tar.gz
sha256: 550e974c9c18ac40759f9e25b8419e3d20aec850b0e20305b08fea7006791ad7
files:
- from: "./status"
to: "."
- from: LICENSE
to: "."
bin: "status"
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/bergerx/kubectl-status/releases/download/v0.4.1/status_darwin_amd64.tar.gz
sha256: ebf9e6158bca3d4f37ed080e01f2432771502ca9fd31a3a8583248406602cb93
files:
- from: "./status"
to: "."
- from: LICENSE
to: "."
bin: "status"
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/bergerx/kubectl-status/releases/download/v0.4.1/status_windows_amd64.zip
sha256: ffa7e83276f2ee8137cfeeaaa157243507410de899d6876ea1588596380e94f2
files:
- from: "/status.exe"
to: "."
- from: LICENSE
to: "."
bin: "status.exe"
shortDescription: Show status details of a given resource.
homepage: https://github.com/bergerx/kubectl-status
caveats: |
Usage:
$ kubectl status
For additional options:
$ kubectl status --help
or https://github.com/bergerx/kubectl-status/blob/master/doc/USAGE.md
description: |
Show status details of a given resource. Most useful when debugging Pod issues.