Skip to content

Commit

Permalink
docs: Add kubectl moco stop/start clustering description
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatcha committed Mar 13, 2024
1 parent d2aef5c commit 0649135
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/kubectl-moco.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,20 @@ Fetch the credential information of a specified user
## `kubectl moco switchover CLUSTER_NAME`

Switch the primary instance to one of the replicas.


## Stop or start clustering and reconciliation

Read [Stop Clustering and Reconciliation](./usage.md#Stop-Clustering-and-Reconciliation).

### `kubectl moco stop clustering CLUSTER_NAME`
Stop the clustering of the specified MySQLCluster.

### `kubectl moco start clustering CLUSTER_NAME`
Start the clustering of the specified MySQLCluster.

### `kubectl moco stop reconciliation CLUSTER_NAME`
Stop the reconciliation of the specified MySQLCluster.

### `kubectl moco start reconciliation CLUSTER_NAME`
Start the reconciliation of the specified MySQLCluster.

0 comments on commit 0649135

Please sign in to comment.