mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 05:18:52 +08:00
136ac2af9a
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
9 lines
320 B
Bash
9 lines
320 B
Bash
|
|
release=${1:-"milvs-chaos"}
|
|
ns=${2:-"chaos-testing"}
|
|
bash uninstall_milvus.sh ${release} ${ns}|| true
|
|
|
|
helm repo add milvus https://milvus-io.github.io/milvus-helm/
|
|
helm repo update
|
|
helm install --wait --timeout 360s ${release} milvus/milvus -f ../cluster-values.yaml --set metrics.serviceMonitor.enabled=true -n=${ns}
|