mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #9350 from JulianGindi/grpc-doc-update
documentation: updated grpc documentation
This commit is contained in:
commit
3239641a0c
@ -85,7 +85,7 @@ Start the etcd gRPC proxy to use these static endpoints with the command:
|
||||
$ etcd grpc-proxy start --endpoints=infra0.example.com,infra1.example.com,infra2.example.com --listen-addr=127.0.0.1:2379
|
||||
```
|
||||
|
||||
The etcd gRPC proxy starts and listens on port 8080. It forwards client requests to one of the three endpoints provided above.
|
||||
The etcd gRPC proxy starts and listens on port 2379. It forwards client requests to one of the three endpoints provided above.
|
||||
|
||||
Sending requests through the proxy:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user