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

Resolves: #5450 

Signed-off-by: yefu.chen <yefu.chen@zilliz.com>
pull/5431/head
neza2017 2021-05-27 14:06:13 +08:00 committed by GitHub
parent 907106f752
commit 7dbe737061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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**