We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85d4858 + 63074ac commit 9b292a6Copy full SHA for 9b292a6
test/e2e/nemo-dependencies/evaluator/tasks/milvus.yaml
@@ -57,7 +57,7 @@
57
when: milvus_pod_ip | length > 0
58
59
- name: Check Milvus service is responding
60
- command: "nc -zv {{ milvus_pod_ip.stdout }} 19530"
+ command: kubectl run milvus-check --image=busybox --restart=Never --attach --rm=true -- nc -w 10 -zv {{ milvus_pod_ip.stdout }} 19530
61
register: milvus_status
62
63
- name: Display Milvus connectivity status
0 commit comments