|
1 | 1 | apiVersion: krew.googlecontainertools.github.com/v1alpha2 |
2 | 2 | kind: Plugin |
3 | 3 | metadata: |
4 | | - name: troubleshoot |
| 4 | + name: support-bundle |
5 | 5 | spec: |
6 | 6 | version: "v0.9.2" |
7 | 7 | platforms: |
8 | 8 | - selector: |
9 | 9 | matchLabels: |
10 | 10 | os: linux |
11 | 11 | arch: amd64 |
12 | | - uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.2/troubleshoot_0.9.2_linux_amd64-0.9.2.tar.gz |
| 12 | + uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.2/support-bundle_0.9.2_linux_amd64-0.9.2.tar.gz |
13 | 13 | sha256: "7d730975ba9bf2a823a6cb068371e471b2a71078f12f541864a82847a163d4c6" |
14 | 14 | files: |
15 | | - - from: "/troubleshoot" |
| 15 | + - from: "/support-bundle" |
16 | 16 | to: "." |
17 | | - bin: "troubleshoot" |
| 17 | + bin: "support-bundle" |
18 | 18 | - selector: |
19 | 19 | matchLabels: |
20 | 20 | os: darwin |
21 | 21 | arch: amd64 |
22 | 22 | uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.2/troubleshoot_0.9.2_darwin_amd64-0.9.2.tar.gz |
23 | 23 | sha256: "f7993391270c780af51d3ce00768801e99792561850f4e07d658047384de64f0" |
24 | 24 | files: |
25 | | - - from: "/troubleshoot" |
| 25 | + - from: "/support-bundle" |
26 | 26 | to: "." |
27 | | - bin: "troubleshoot" |
| 27 | + bin: "support-bundle" |
28 | 28 | - selector: |
29 | 29 | matchLabels: |
30 | 30 | os: windows |
31 | 31 | arch: amd64 |
32 | 32 | uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.2/troubleshoot_0.9.2_windows_amd64-0.9.2.zip |
33 | 33 | sha256: "58ef1fac44a2c8dc7f6b4cd5170a36109abb5ae242707363dcc147f966fe8d1d" |
34 | 34 | files: |
35 | | - - from: "/troubleshoot.exe" |
| 35 | + - from: "/support-bundle.exe" |
36 | 36 | to: "." |
37 | | - bin: "troubleshoot.exe" |
| 37 | + bin: "support-bundle.exe" |
38 | 38 | shortDescription: Creates support bundles for off-cluster analysis |
39 | 39 | homepage: https://github.com/replicatedhq/troubleshoot |
40 | 40 | caveats: | |
41 | 41 | Usage: |
42 | | - $ kubectl troubleshoot <uri> |
| 42 | + $ kubectl support-bundle <uri> |
43 | 43 |
|
44 | 44 | where <uri> references a set of application collectors |
45 | 45 |
|
46 | 46 | For example: |
47 | 47 |
|
48 | | - $ kubectl troubleshoot https://troubleshoot.replicated.com |
| 48 | + $ kubectl support-bundle https://troubleshoot.replicated.com |
49 | 49 |
|
50 | 50 | For additional options: |
51 | | - $ kubectl troubleshoot --help |
| 51 | + $ kubectl support-bundle --help |
52 | 52 |
|
53 | 53 | Documentation: |
54 | 54 | Full documentation on this plugin is available at: |
|
0 commit comments