Files
troubleshoot/deploy/krew/support-bundle.yaml
2019-10-18 16:23:08 +00:00

73 lines
2.6 KiB
YAML

apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: support-bundle
spec:
version: "v0.9.9"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_linux_amd64-0.9.9.tar.gz
sha256: "fb79d596c7d2ed459fbc128062337ddf0a8d3b47a19ad08d0df76b2fb05b88a9"
files:
- from: "/support-bundle"
to: "."
bin: "support-bundle"
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_darwin_amd64-0.9.9.tar.gz
sha256: "b60da8409e677a58b17b230676bafa8cd8e2af25a57de2be2d27bc40ce35570a"
files:
- from: "/support-bundle"
to: "."
bin: "support-bundle"
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.9/support-bundle_0.9.9_windows_amd64-0.9.9.zip
sha256: "6df177f8241e65063b0b5cc285881a7db554f8df88def07b5d52cb28052024b1"
files:
- from: "/support-bundle.exe"
to: "."
bin: "support-bundle.exe"
shortDescription: Creates support bundles for off-cluster analysis
homepage: https://github.com/replicatedhq/troubleshoot
caveats: |
Usage:
$ kubectl support-bundle <uri>
where <uri> references a set of application collectors
For example:
$ kubectl support-bundle https://troubleshoot.replicated.com
For additional options:
$ kubectl support-bundle --help
Documentation:
Full documentation on this plugin is available at:
https://help.replicated.com/docs/troubleshoot/kubernetes/support-bundle/overview/
For application developers writing collectors and analyzers:
https://help.replicated.com/docs/troubleshoot/kubernetes/collectors/defining-collectors/
description: |
This plugin collects information about the cluster, and automatically
redacts sensitive data from being collected. This can optionally include
application-specific data. The plugin writes the collected files into a
single archive named support-bundle.tar.gz. This archive can be manually
inspected or uploaded to https://vendor.replicated.com for automated
analysis.
Application developers can create and host a Collector manifest that
defines information to be collected.
For information on creating a Collector manifest, view the documentation
at https://help.replicated.com/docs/troubleshoot/kubernetes/collectors/defining-collectors/