mirror of https://github.com/milvus-io/milvus.git
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
parent
907106f752
commit
7dbe737061
|
@ -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**
|
||||
|
|
Loading…
Reference in New Issue