Skip to content

v0.0.2

Compare
Choose a tag to compare
@subhamkrai subhamkrai released this 03 Feb 13:32
· 413 commits to master since this release
2ba3237

This is the second alpha release of the rook-ceph krew plugin.

With this release we added support for the following command:

  • ceph
    • Run a Ceph CLI command. Supports any arguments the ceph
  • rbd
    • Call an 'rbd' CLI command with arbitrary args
  • mons
    • Print mon endpoints
  • operator
    • Restart the Rook-Ceph operator
    • Set the property in the rook-ceph-operator-config configmap.
  • rook
    • Print the version of Rook
    • Print the phase and/or conditions of every CR in the namespace
    • Print the phase and conditions of all CRs
    • Print the phase and conditions of CRs of a specific type, such as cephobjectstore, cephfilesystem, etc.

Contributors

@travisn @leseb @BlaineEXE @subhamkrai