Skip to content

Commit

Permalink
Update mo_ctl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangj1211 authored Jul 11, 2024
1 parent 000c0e6 commit 0a4224f
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions docs/MatrixOne/Reference/mo-tools/mo_ctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,22 @@ Flags:
使用 `mo_ctl register` 操作集群中创建的高可用镜像仓库,例如:增删改查镜像。

```
./mo_ctl destroy --help
destroy k8s cluster and apps on it
mo_ctl registry --help
Usage:
mo_ctl destroy [flags]
mo_ctl registry [flags]
mo_ctl registry [command]
Aliases:
registry, reg
Available Commands:
delete delete (image)
list list (image | chart)
push push (image | chart)
Flags:
--configmap get clusterfile from k8s configmap
--dry-run dry run
--force force destroy, no notice
-h, --help help for destroy
-h, --help help for registry
--type string registry type (image | chart) (default "image")
```

### backup
Expand Down Expand Up @@ -300,4 +305,4 @@ Flags:
-h, --help help for matrixone
--name string Specify matrixorigin cluster name
--type string Specify a type (cluster | operator) (default "cluster")
```
```

0 comments on commit 0a4224f

Please sign in to comment.