mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update offline README.md format (#9068)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/9079/head
parent
12aaa59be5
commit
cee9a91c19
|
@ -26,13 +26,13 @@ Milvus installation may fail when images are not properly loaded from public Doc
|
|||
```
|
||||
|
||||
#### If you install Milvus with **Helm**, use these command:
|
||||
1. Update Helm repo
|
||||
#### 1. Update Helm repo
|
||||
```shell
|
||||
helm repo add milvus https://milvus-io.github.io/milvus-helm/
|
||||
helm repo update
|
||||
```
|
||||
|
||||
2. Get Kubernetes manifests of Milvus standalone
|
||||
#### 2. Get Kubernetes manifests of Milvus standalone
|
||||
```shell
|
||||
helm template my-release milvus/milvus > milvus_manifest.yaml
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue