You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/05/19 10:12:19 UTC

[apisix] branch master updated: docs: added etcd.conf.yml enable grpc gateway (#4275)

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

spacewander 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 83436ee  docs: added etcd.conf.yml enable grpc gateway (#4275)
83436ee is described below

commit 83436ee125d18dff9ffa3f3daeba69548a5c3243
Author: Yihan Strong <zy...@163.com>
AuthorDate: Wed May 19 18:12:08 2021 +0800

    docs: added etcd.conf.yml enable grpc gateway (#4275)
    
    Co-authored-by: zhangyihan <zh...@cmss.chinamobile.com>
---
 docs/en/latest/FAQ.md | 5 +++++
 docs/zh/latest/FAQ.md | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index 8b63c9f..38668ad 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -306,6 +306,11 @@ Note this option is not shown in the output of `etcd --help`.
 }
 ```
 
+```yml
+# etcd.conf.yml
+enable-grpc-gateway: true
+```
+
 Indeed this distinction was eliminated by etcd in their master branch, but not backport to announced versions, so be care when deploy your etcd cluster.
 
 ## How to set up high available Apache APISIX clusters?
diff --git a/docs/zh/latest/FAQ.md b/docs/zh/latest/FAQ.md
index 91e1f85..54e7617 100644
--- a/docs/zh/latest/FAQ.md
+++ b/docs/zh/latest/FAQ.md
@@ -307,6 +307,11 @@ etcd --enable-grpc-gateway --data-dir=/path/to/data
 }
 ```
 
+```yml
+# etcd.conf.yml
+enable-grpc-gateway: true
+```
+
 事实上这种差别已经在 etcd 的 master 分支中消除,但并没有向后移植到已经发布的版本中,所以在部署 etcd 集群时,依然需要小心。
 
 ## 如何创建高可用的 Apache APISIX 集群?