Skip to content

Commit

Permalink
docs: added etcd.conf.yml enable grpc gateway (#4275)
Browse files Browse the repository at this point in the history
Co-authored-by: zhangyihan <zhangyihan@cmss.chinamobile.com>
  • Loading branch information
topzyh and topzyh authored May 19, 2021
1 parent 53ece39 commit 83436ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/latest/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
5 changes: 5 additions & 0 deletions docs/zh/latest/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 集群?
Expand Down

0 comments on commit 83436ee

Please sign in to comment.