Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add kubectl moco stop/start clustering description #649

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

shunki-fujita marked this conversation as resolved.
Show resolved Hide resolved
shunki-fujita marked this conversation as resolved.
Show resolved Hide resolved

## 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.
Loading