milvus-io / milvus-docs

This repository is for Milvus technical documentation update and maintenance. Visit Milvus.io for fully rendered technical documents.
Apache License 2.0
68 stars 266 forks source link

The directions for updating the milvus.yaml section no longer match the configuration. #2513

Open scott-nichols opened 2 months ago

scott-nichols commented 2 months ago

Is your question answered elsewhere?

What is your question?

The milvus.yaml has the section below which is not the same as what's in the doc:

ssl: false enabled: true # Whether to support ETCD secure connection mode tlsCert: # path to your cert file tlsKey: path to your key file tlsCACert: # path to your CACert file

It's not clear to me what needs to be changed.

Anything else?

No response

yanliang567 commented 6 days ago

@scott-nichols May i ask what are you looking for, how to connect to milvus with encryption or how to deploy Milvus with some customized configurations? one more question is how do you deploy milvus? with milvus helm or operator?

scott-nichols commented 6 days ago

@yanliang567 I am looking for directions on how to enable the provided Milvus docker container with encryption. I tried following the online documentation but was not successful. I either use Milvus running in docker or an IBM cloud provided version of Milvus which already has encryption enabled.