Tool to explore must-gather data
Project description
Must-gather explorer
Explore the collected must-gather data
Prerequisite
Install uv
Installation
uv tool install must-gather-explorer
After successful installation, these CLI tools will be available:
- must-gather-explorer
- must-gather-explorer-update-aliases
How to use
- Run the command:
To run with debug logs pass -v/--verbose flag.
must-gather-explorer --path=<path-to-must-gather-folder>
Once you executed the command, you will enter the must-gather-explorer shell Enter the command:, where you can prompt these commands:
- Get the resources:
get <resource_kind:mandatory> <-n namespace_name:optional> <resource_name_starts_with:optional>
- Example:
get Node # To get all Nodes
get PersistentVolumeClaim hpp # To get all PVCs when name starts from 'hpp'
get pvc -n openshift-storage hpp # To get all PVCs in 'openshift-storage' namespace when name starts from 'hpp'
- To print the resource YAML, add
-oyamlto thegetcommand, for example:
get pvc hpp -oyaml # To print yamls of all PVCs when name starts from 'hpp'
get pvc -n openshift-storage hpp -oyaml # To print yamls of all PVCs in 'openshift-storage' namespace when name starts from 'hpp'
- Help:
help
- Exit:
exit
Update cluster resources aliases
- Need to be logged-in to the OpenShift cluster or have exported KUBECONFIG
- Run the command:
must-gather-explorer-update-aliases
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file must_gather_explorer-0.1.6.tar.gz.
File metadata
- Download URL: must_gather_explorer-0.1.6.tar.gz
- Upload date:
- Size: 37.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d22f32ec2bb920f5763858adf969520a4a70cf89cf5ed73bbc4cc95af755de4f
|
|
| MD5 |
baab993962e1a3f3de25fb6af6ae202e
|
|
| BLAKE2b-256 |
07efc736589bf09844bad0adf8d1b504f5193c6d3fee2c9c2cde3f88d90cca09
|