mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update install script (#10848)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/10852/head
parent
352235d2c5
commit
504f15ff85
|
@ -3,4 +3,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue