Skip to content

Conversation

@jaelgu
Copy link

@jaelgu jaelgu commented Nov 12, 2025

Add Zilliz Milvus to eks-anywhere-common

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Signed-off-by: Mengjia Gu <[email protected]>
# -f: fail silently (exit with 22) on server errors (4xx, 5xx)
# The output is piped to grep to check for the expected "ok" status.
# Grep will exit with 0 if it finds the match, and 1 otherwise.
if curl -sf "${URI}" | grep -q "OK"; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jaelgu, could you write a testcase that functionally validates the software rather than just checking the health endpoint? Would be happy to hop on a call to discuss!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants