Add multinode Milvus deployment instructions#1115
Add multinode Milvus deployment instructions#1115jingyanjiang wants to merge 8 commits intoargonne-lcf:mainfrom
Conversation
Added instructions for deploying a multinode Milvus setup on Polaris, including installation, node requests, server launch, client execution, and process restart.
Updated the Milvus deployment documentation for Polaris to include an overview, installation instructions, and troubleshooting tips. Enhanced clarity and structure for better usability.
Added a comprehensive guide for deploying Milvus on Aurora with a multi-node setup, including installation, configuration, and troubleshooting steps.
Document the process for deploying Milvus on Aurora with a multi-node configuration, including installation, running, and troubleshooting steps.
|
Also added instructions for deploying a multinode Milvus setup on Aurora, including installation, node requests, server launch, client execution, and process restart. |
|
Instead of cloning the full VDB repository from GitHub, could you upload only the milvus-multinode script directory here and reference it directly from this location in your .md file? It should be under 100 KB in total. We can use these later to adapt for Aurora docs. |
| The deployment scripts and configuration files for running Milvus on Aurora are available in the [VDBAurora](https://github.com/jingyanjiang/VDBAurora-main) repository. Clone the repository to your home directory on Aurora: | ||
|
|
||
| ```bash | ||
| git clone https://github.com/jingyanjiang/VDBAurora-main.git |
There was a problem hiding this comment.
do we want to move this to an argonne-lcf repo?
There was a problem hiding this comment.
Yes. But just the Milvus directory.
The current one would be for Polaris. We can have another directory for Aurora.
There was a problem hiding this comment.
do we want to move this to an
argonne-lcfrepo?
I suppose it would be cleaner to do so. Let me know if I can do it from my end. I never did this before
There was a problem hiding this comment.
Yes. But just the Milvus directory. The current one would be for Polaris. We can have another directory for Aurora.
I have both ready for Aurora and Polaris in those two docs.
There are several scripts related to the testing in a nested structure. It might be messy to upload here directly. Maybe I could create small repos that only include the milvus multimode scripts for both Aurora and Polaris? |
Added instructions for deploying a multinode Milvus setup on Polaris, including installation, node requests, server launch, client execution, and process restart.
Description
Screenshots (if applicable)
Before
After
Related Issue(s)
Type of Change
mkdocsfeature,mkdocs-materialstyle changes, HTML/CSS/JS customization, developer or repo tool)Checklist
make serveormake build-docslocally and verified that my changes render correctly