milvus/tests/python_client/chaos/scripts/install_milvus.sh
zhuwenxing 504f15ff85
[skip ci]Update install script (#10848)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-10-28 20:06:58 +08:00

9 lines
286 B
Bash

release=${1:-"milvs-chaos"}
bash uninstall_milvus.sh ${release} || true
helm repo add milvus https://milvus-io.github.io/milvus-helm/
helm repo update
helm install --wait --timeout 360s ${release} milvus/milvus --set service.type=NodePort -f ../cluster-values.yaml -n=chaos-testing