Skip to content

The post on regarding 'QueryNode init vector storage failed' has been deleted. #42495

Discussion options

You must be logged in to vote

@egerdy We’ve identified the environment variable that’s causing the issue:

MINIO_PORT=tcp://10.99.101.60:443

This variable overrides the default minio.port setting. During initialization, the system concatenates the host and port values — in this case, resulting in an invalid endpoint format. This leads to the error:

Endpoint URL cannot have fully qualified paths

To resolve this, we recommend removing the service named minio from the same namespace, as it may be unintentionally injecting this environment variable into the Milvus pods.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@egerdy
Comment options

Answer selected by egerdy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants