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 the property in the rook-ceph-operator-config configmap
$ odf operator rook set ROOK_LOG_LEVEL DEBUG
configmap/rook-ceph-operator-config patched
Restart the Rook-Ceph operator.
$ odf operator rook restart
deployment.apps/rook-ceph-operator restarted