From cf574b34a00740b84bfb27616b452bcea9409b3f Mon Sep 17 00:00:00 2001 From: Xiaofan <83447078+xiaofan-luan@users.noreply.github.com> Date: Mon, 25 Oct 2021 22:54:21 +0800 Subject: [PATCH] [skip ci]Add etcd config comment (#10617) Signed-off-by: xiaofan-luan --- configs/advanced/etcd.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/advanced/etcd.yaml b/configs/advanced/etcd.yaml index e32bdbbda3..e2d3e727f8 100644 --- a/configs/advanced/etcd.yaml +++ b/configs/advanced/etcd.yaml @@ -15,6 +15,8 @@ # limitations under the License. # This is the configuration file for the etcd server. +# Only standalone users with embeded etcd should change this file, others could just keep this file As Is. +# All the etcd client should be added to milvus.yaml if necessary # Human-readable name for this member. name: 'default'