Skip to content

Commit

Permalink
Fix print column
Browse files Browse the repository at this point in the history
Signed-off-by: d-kuro <kurosawa7620@gmail.com>
  • Loading branch information
d-kuro committed Oct 18, 2023
1 parent 5fb913a commit 06e8204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/designdoc/clustering_stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ status:
lastTransitionTime: 2018-01-01T00:00:00Z
```

Also, `CLUSTERING STOPPED` will be added to the table displayed when you do `kubectl get mysqlcluster`.
Also, `CLUSTERING ACTIVE` will be added to the table displayed when you do `kubectl get mysqlcluster`.

```console
$ kubectl get mysqlcluster
NAME AVAILABLE HEALTHY PRIMARY SYNCED REPLICAS ERRANT REPLICAS CLUSTERING STOPPED RECONCILE STOPPED LAST BACKUP
test Unknown Unknown 0 2 False True <no value>
NAME AVAILABLE HEALTHY PRIMARY SYNCED REPLICAS ERRANT REPLICAS CLUSTERING ACTIVE RECONCILE ACTIVE LAST BACKUP
test Unknown Unknown 0 2 False True <no value>
```

When you execute `kubectl moco start clustering <CLSUTER_NAME>`,
Expand Down

0 comments on commit 06e8204

Please sign in to comment.