mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-04 11:18:44 +08:00
[skip ci]Update install script (#10848)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user