rook-ceph-toolbox
Installation
SKILL.md
Rook-Ceph Toolbox Operations
Toolbox pod: a privileged deployment with the ceph CLI inside the cluster. Defined in rook-ceph-cluster chart values as toolbox.enabled: true.
Image: quay.io/ceph/ceph:v20.2.1 (must match cluster Ceph version)
# Access toolbox
kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- bash
# Or run single command
kubectl -n rook-ceph exec deploy/rook-ceph-tools -- ceph status