v0.2.0
This is the second beta release of the rook-ceph krew plugin.
With this release we added support for the following new commands:
-
health
(#40, @subhamkrai )- Check the health of the cluster and common configuration issues
-
debug <sub-command>
(#36, @parth-gr )-
Debug mode can be helpful when a mon or OSD needs advanced maintenance operations that require the daemon to be stopped. Ceph tools such as
ceph-objectstore-tool
,ceph-bluestore-tool
, orceph-monstore-tool
are commonly used in these scenarios. -
start <deployment-name> [--alternate-image <alternate-image>]
- Start debugging a deployment with an optional alternative ceph container image
-
stop <deployment-name>
- Stop debugging a deployment that was started.
-
Contributors