Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 585 Bytes

operator.md

File metadata and controls

26 lines (16 loc) · 585 Bytes

Operator Commands

Operator is parent command which requires sub-command. Currently, operator supports these sub-commands:

  • set <property> <value> : set the property in the rook-ceph-operator-config configmap.
  • restart: restart the Rook-Ceph operator

set

Set the property in the rook-ceph-operator-config configmap

$ odf operator rook set ROOK_LOG_LEVEL DEBUG

configmap/rook-ceph-operator-config patched

restart

Restart the Rook-Ceph operator.

$ odf operator rook restart

deployment.apps/rook-ceph-operator restarted