mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
documentation: updated grpc documentation
I noticed that the docs mention the grpc proxy will listen on port 8080, but the above example is explicitly telling it to listen on 2379. Removing confusion.
This commit is contained in:
parent
4fd378ee80
commit
58776fbc10
@ -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