camgi

Crates.iocamgi
lib.rscamgi
version0.9.0
sourcesrc
created_at2022-04-30 02:37:45.73556
updated_at2023-06-15 09:13:40.523327
descriptionA tool for inspecting OpenShift must-gather records
homepage
repositoryhttps://github.com/elmiko/camgi.rs
max_upload_size
id577970
size222,371
Michael McCune (elmiko)

documentation

README

camgi.rs

A tool for examining OKD/OpenShift must-gather records to investigate cluster autoscaler behavior and configuration.

Quickstart

  1. Install from crates.io with cargo install camgi
  2. Have a must-gather ready to go in $MUST_GATHER_PATH
  3. Run camgi $MUST_GATHER_PATH > mustgather.html
  4. Open mustgather.html in a webbrowser

Your web browser should now show a page with a summary of the must-gather and some interactive navigation buttons. If your browser does not open, you will see the URL printed on the terminal, copy it into a new browser tab or window.

History

This is a conversion of the okd-camgi tool from Python into Rust. The conversion is being written to make usage and distribution of the camgi output easier for end users. For example, adding the camgi output into a must-gather requires chaning the underlying must-gather image to allow for the dependencies required by the Python version. With a compiled binary, the distribution process can be simpler by requiring only a download of the binary executable.

Commit count: 168

cargo fmt