mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci]Update offline doc format (#8777)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
This commit is contained in:
parent
3be6672753
commit
cb83ef422d
@ -61,13 +61,13 @@ for image in $(find . -type f -name "*.tar.gz") ; do gunzip -c $image | docker l
|
|||||||
|
|
||||||
## Install Milvus
|
## Install Milvus
|
||||||
|
|
||||||
With Docker Compose
|
### With Docker Compose
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker-compose -f docker-compose.yml up -d
|
docker-compose -f docker-compose.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
On Kubernetes
|
### On Kubernetes
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl apply -f milvus_manifest.yaml
|
kubectl apply -f milvus_manifest.yaml
|
||||||
@ -75,13 +75,13 @@ kubectl apply -f milvus_manifest.yaml
|
|||||||
|
|
||||||
## Uninstall Milvus
|
## Uninstall Milvus
|
||||||
|
|
||||||
With Docker Compose
|
### With Docker Compose
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker-compose -f docker-compose.yml down
|
docker-compose -f docker-compose.yml down
|
||||||
```
|
```
|
||||||
|
|
||||||
On Kubernetes
|
### On Kubernetes
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl delete -f milvus_manifest.yaml
|
kubectl delete -f milvus_manifest.yaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user