未验证 提交 7dbe7370 编写于 作者: N neza2017 提交者: GitHub

add server type of mixture, enable the services run on progress (#5451)

Resolves: #5450 
Signed-off-by: Nyefu.chen <yefu.chen@zilliz.com>
上级 907106f7
......@@ -35,15 +35,25 @@ $ MILVUS_CONFIG_FILE=/path/to/milvus/configs/milvus.yaml milvus run master
* `indexservice`
* `indexnode`
* `standalone`
* `mixture`
`flags`:指定命令行选项。例如,你可以使用 `-f` 或者 `--config-file` 选项去指定配置文件路径。
`server type``mixture` 时,必须附加以下几个 `flag` 中的一个或多个,表示这几个服务在一个进程内启动
* `-master`
* `-queryservice`
* `-dataservice`
* `-indexservice`
> Getting help
>
> You can get help for CLI tool using the `--help` flag, or `-h` for short.
> ```shell
> $ milvus run master --help
> ```
### 命令行参数
**--version**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册