This is an automated email from the ASF dual-hosted git repository.

shuyangw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new dda6991  docs: fix spelling error (#3981)
dda6991 is described below

commit dda6991acaac9e33f76ad1803cda8cba2bb04029
Author: XianLei Gao <[email protected]>
AuthorDate: Sat Apr 3 12:35:05 2021 +0800

    docs: fix spelling error (#3981)
---
 docs/zh/latest/install-dependencies.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/install-dependencies.md 
b/docs/zh/latest/install-dependencies.md
index 48ccad1..0a2449b 100644
--- a/docs/zh/latest/install-dependencies.md
+++ b/docs/zh/latest/install-dependencies.md
@@ -30,7 +30,7 @@ title: 安装依赖
 
 ## 注意
 
-- Apache APISIX 从 v2.0 开始不再支持 `v2` 版本的 etcd,并且 etcd 最低支持版本为 v3.4.0,因此请使用 etcd 
3.4.0+。更重要的是,因为 etcd v3 使用 gPRC 作为消息传递协议,而 Apache APISIX 使用 HTTP(S) 与 etcd 
集群通信,因此请确保启用 [etcd gRPC 
gateway](https://etcd.io/docs/v3.4.0/dev-guide/api_grpc_gateway/) 功能。
+- Apache APISIX 从 v2.0 开始不再支持 `v2` 版本的 etcd,并且 etcd 最低支持版本为 v3.4.0,因此请使用 etcd 
3.4.0+。更重要的是,因为 etcd v3 使用 gRPC 作为消息传递协议,而 Apache APISIX 使用 HTTP(S) 与 etcd 
集群通信,因此请确保启用 [etcd gRPC 
gateway](https://etcd.io/docs/v3.4.0/dev-guide/api_grpc_gateway/) 功能。
 
 - 目前 Apache APISIX 默认使用 HTTP 协议与 etcd 集群通信,这并不安全,如果希望保障数据的安全性和完整性。 请为您的 etcd 
集群配置证书及对应私钥,并在您的 Apache APISIX etcd endpoints 配置列表中明确使用 `https` 协议前缀。请查阅 
`conf/config-default.yaml` 中 etcd 一节相关的配置来了解更多细节。
 

Reply via email to