support-bundle

command module
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

README

Support bundle generator

This can be run in a Docker container or as a stand alone binary:

docker run --rm \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v /dev:/host/dev \
    -v /proc:/host/proc:ro \
    -v /boot:/host/boot:ro \
    -v /lib/modules:/host/lib/modules:ro \
    -v /usr:/host/usr:ro \
    -v `pwd`:/out \
    -e IN_CONTAINER=true \
    registry.replicated.com/library/support-bundle \
    generate --out /out/supportbundle.tar.gz

Unit tests

make test

Integration tests

make integration-test integration-test-docker

Releases

Releases are created on CircleCI when a tag is pushed.

git tag -a v0.1.0 -m "Initial release" && git push origin v0.1.0

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL