mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
7 lines
207 B
Bash
7 lines
207 B
Bash
|
|
release=${1:-"milvs-chaos"}
|
|
|
|
bash uninstall_milvus.sh ${release} || true
|
|
|
|
helm install --wait --timeout 360s ${release} milvus/milvus --set service.type=NodePort -f ../cluster-values.yaml -n=chaos-testing
|