/

Sonobuoy

Download Sonobuoy results tarball from the cluster


The sonobuoy collector is used to download sonobuoy results tarballs from the cluster. Sonobuoy must have already been run in the cluster and the results available. This collector is equivalent to running the sonobuoy retrieve cli command. This tarball can later be analyzed with the sonobuoy results cli command.

Parameters

In addition to the shared collector properties, it accepts the following parameters

  • namespace (Optional)

    The namespace where sonobuoy is installed.

Example Collector Definitions

Collector with defaults

apiVersion: troubleshoot.sh/v1beta2
kind: SupportBundle
metadata:
  name: sonobuoy
spec:
  collectors:
    - sonobuoy: {}

Collector with namespace options

apiVersion: troubleshoot.sh/v1beta2
kind: SupportBundle
metadata:
  name: sonobuoy
spec:
  collectors:
    - sonobuoy:
        namespace: sonobuoy-custom

Included resources

Result tarballs from the collector will be stored in sonobuoy/ directory of the support bundle.

Edit on GitHub