NGT icon indicating copy to clipboard operation
NGT copied to clipboard

I use the following s3 protocol API environment variables to start the Milvus service, is it correct?

Open a28124791 opened this issue 1 year ago • 1 comments

I use the following s3 protocol API environment variables to start the Milvus service, is it correct? 我使用下面的s3协议接口环境变量启动Milvus服务,是否正确? docker run -d -it
--name milvus_datacoord-up1
-p 13333:13333
-e "ETCD_ENDPOINTS=192.168.95.200:12379"
-e "ETCD_ROOTPATH=gbotby"
-e "ETCD_METASUBPATH=meta"
-e "ETCD_KVSUBPATH=kv"
-e "AWS_ACCESS_KEY_ID=werwerwer3rwrwrw"
-e "AWS_SECRET_ACCESS_KEY=ererer3erererererr"
-e "S3_BUCKET_NAME=wordcount"
-e "S3_ENDPOINT_URL=http://192.168.195.20:9878"
-e "PULSAR_ADDRESS=pulsar://192.168.95.200:6650"
-e "DATA_COORD_ADDRESS=192.168.95.200:13333"
-e "DATA_COORD_ENABLE_ACTIVE_STANDBY=true"
milvusdb/milvus milvus run datacoord

a28124791 avatar Oct 08 '24 09:10 a28124791

Is it possible that you submitted this issue to the wrong repository?

masajiro avatar Oct 18 '24 19:10 masajiro