https://github.com/oscp/kube-must-gather
Kubernetes must-gather for troubleshooting at scale
https://github.com/oscp/kube-must-gather
Last synced: 12 months ago
JSON representation
Kubernetes must-gather for troubleshooting at scale
- Host: GitHub
- URL: https://github.com/oscp/kube-must-gather
- Owner: oscp
- License: apache-2.0
- Created: 2024-05-06T11:54:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T12:12:44.000Z (about 2 years ago)
- Last Synced: 2025-03-26T15:54:45.907Z (about 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
must-gather
===========
`must-gather` is a tool based on [`openshift-must-gather`](https://www.github.com/openshift/must-gather) to collect data from `kubernetes` to review and support it's overall state and health.
## Collection Scripts
Data collection scripts are kept in `./collection-scripts`. The content of that folder is placed in `/usr/bin` in the image. Also the required `oc` binary required in the `must-gather` can be found on [Client tools for OKD](https://github.com/okd-project/okd/releases).
## How to run
It's recommend to run the `must-gather` using `oc adm must-gather --image=quay.io//kube-must-gather:latest`. To obtain the `oc` binary, refer to [Client tools for OKD](https://github.com/okd-project/okd/releases).