The Analyze Replicated Troubleshoot utility is distributed in a Docker container that's publicly available at hub.docker.com/r/replicated/analyze.
To perform default analysis on a support bundle, you can run a container with the replicated/analyze image, and pass it a bundle generated from the hub.docker.com/r/replicated/support-bundle utility, as well as a set of analyzers, defined in a YAML file. If you don't pass a set of analyzers, a full default set is automatically applied.
cat /home/ubuntu/supportbundle.tar.gz | \
docker run --rm -i -v `pwd`:/wrk \
replicated/analyze run -f /wrk/custom-analyze-spec.yml -
When this command completes, a set of insights will be output to stdout. If any insights of level error occurred, the command will exit with a non-zero status code.
We publish multiple tags with each release of the image.
| Tag | Description |
|---|---|
| latest | The most recent stable release of the image |
| alpha | The most recent alpha release of the image |
MAJOR (1) | The most recent 1.x.x release of the image |
MAJOR.MINOR (1.0) | The most recent 1.0.x release of the image |
MAJOR.MINOR.PATCH (1.0.1) | The exact 1.0.1 release of the image. This is the only tag that's guaranteed to be immutable and never change. |
Content type
Image
Digest
sha256:d451dee53…
Size
64.4 MB
Last updated
4 months ago
docker pull replicated/analyze