Crates.io | camgi |
lib.rs | camgi |
version | 0.9.0 |
source | src |
created_at | 2022-04-30 02:37:45.73556 |
updated_at | 2023-06-15 09:13:40.523327 |
description | A tool for inspecting OpenShift must-gather records |
homepage | |
repository | https://github.com/elmiko/camgi.rs |
max_upload_size | |
id | 577970 |
size | 222,371 |
A tool for examining OKD/OpenShift must-gather records to investigate cluster autoscaler behavior and configuration.
cargo install camgi
$MUST_GATHER_PATH
camgi $MUST_GATHER_PATH > mustgather.html
mustgather.html
in a webbrowserYour 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.
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.