Browse Source

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.
Julian Gindi 7 years ago
parent
commit
58776fbc10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/op-guide/grpc_proxy.md

+ 1 - 1
Documentation/op-guide/grpc_proxy.md

@@ -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: