Skip to content

[there is no idle indexing node, waiting for retry...] #39594

Discussion options

You must be logged in to vote

First, download the milvus.yaml configuration file using the following command:

$ wget https://raw.githubusercontent.com/milvus-io/milvus/v2.5.4/configs/milvus.yaml
1

Modify the installation file

In docker-compose.yml, add a volumes section under milvus-standalone. Map your local milvus.yaml file path to the container configuration path /milvus/configs/milvus.yaml:

yaml
standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.5.4
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcd:2379
MINIO_ADDRESS: minio:9000
volumes:

  • /local/path/to/your/milvus.yaml:/milvus/configs/milvus.yaml # Map the local path to the container path
  • ${DOCKER_VOLUME_DIRECTORY:-.}…

Replies: 4 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@xiaofan-luan
Comment options

@moonSandra
Comment options

@xiaofan-luan
Comment options

@xiaofan-luan
Comment options

@moonSandra
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by moonSandra
Comment options

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

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