未验证 提交 0717d4eb 编写于 作者: Z zhuwenxing 提交者: GitHub

[skip ci]Use --wait to refine helm installation (#9711)

Signed-off-by: Nzhuwenxing <wenxing.zhu@zilliz.com>
上级 cce0684c
......@@ -57,9 +57,9 @@ jobs:
helm repo add milvus https://milvus-io.github.io/milvus-helm
helm repo update
# install milvus with latest image
helm install chaos-testing milvus/milvus --set cluster.enabled=true --set image.all.repository=milvusdb/milvus-dev --set image.all.tag=master-latest -n=chaos-testing
helm install --wait --timeout 360s chaos-testing milvus/milvus --set cluster.enabled=true --set image.all.repository=milvusdb/milvus-dev --set image.all.tag=master-latest -n=chaos-testing
kubectl get pods -n chaos-testing
sleep 300s
sleep 20s
kubectl get pods -n chaos-testing
kubectl port-forward service/chaos-testing-milvus 19530 -n chaos-testing >/dev/null 2>&1 &
sleep 20s
......
......@@ -57,9 +57,9 @@ jobs:
run: |
helm repo add milvus https://milvus-io.github.io/milvus-helm
helm repo update
helm install milvus-chaos milvus/milvus -f cluster-values.yaml -n=chaos-testing
helm install --wait --timeout 360s milvus-chaos milvus/milvus -f cluster-values.yaml -n=chaos-testing
kubectl get pods -n chaos-testing
sleep 300s
sleep 20s
kubectl get pods -n chaos-testing
kubectl port-forward service/milvus-chaos 19530 -n chaos-testing >/dev/null 2>&1 &
sleep 20s
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册