From ca824270dd50e52e64dc65a6db2b2a5175c74288 Mon Sep 17 00:00:00 2001 From: yamatcha Date: Wed, 28 Feb 2024 06:06:52 +0000 Subject: [PATCH] docs: Add kubectl moco stop/start clustering description --- docs/kubectl-moco.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/kubectl-moco.md b/docs/kubectl-moco.md index f309041a0..9d1279d1c 100644 --- a/docs/kubectl-moco.md +++ b/docs/kubectl-moco.md @@ -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.