Operator is parent command which requires sub-command. Currently, operator supports these sub-commands:
restart
: restart the Rook-Ceph operatorset <property> <value>
: set the property in the rook-ceph-operator-config configmap.
Restart the Rook-Ceph operator.
kubectl rook-ceph operator restart
# deployment.apps/rook-ceph-operator restarted
Set the property in the rook-ceph-operator-config configmap
kubectl rook-ceph operator set ROOK_LOG_LEVEL DEBUG
# configmap/rook-ceph-operator-config patched