Merge pull request #12308 from zcchew1202/readme-fix

Doc: Add that grpc-proxy is optional in readme
This commit is contained in:
Sahdev Zala 2020-09-17 16:29:18 -04:00 committed by GitHub
commit 588c021ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ Our [Procfile script](./Procfile) will set up a local example cluster. Start it
goreman start
```
This will bring up 3 etcd members `infra1`, `infra2` and `infra3` and etcd `grpc-proxy`, which runs locally and composes a cluster.
This will bring up 3 etcd members `infra1`, `infra2` and `infra3` and optionally etcd `grpc-proxy`, which runs locally and composes a cluster.
Every cluster member and proxy accepts key value reads and key value writes.