A starter one-click support bundle project that combines:
- Rook Diagnostics for Kubernetes/Rook collection
- Ceph Diagnostics concepts inspired by
clyso/ceph_diagnosticsfor cluster and node collection
- Single command execution
- Unified output bundle
- Separate sections for rook, cluster, and node diagnostics
- Easy to extend with upstream scripts later
chmod +x collect-all.sh
./collect-all.shThe script creates:
output/run-<timestamp>/output/ceph-support-bundle-<timestamp>.tar.gz
This starter implementation uses native kubectl, ceph, and host commands to provide a merged workflow. You can later replace each module with vendored upstream scripts from:
clyso/ceph_diagnostics