From bece0693295c46e3aaccf15f6d5ea4f1f734fa00 Mon Sep 17 00:00:00 2001 From: imjoey Date: Wed, 31 Oct 2018 10:28:35 +0800 Subject: [PATCH] doc: Fix starting etcd gateway command using DNS. --- Documentation/op-guide/gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/op-guide/gateway.md b/Documentation/op-guide/gateway.md index 10fe5d0c3..6c127cb56 100644 --- a/Documentation/op-guide/gateway.md +++ b/Documentation/op-guide/gateway.md @@ -60,7 +60,7 @@ infra2.example.com. 300 IN A 10.0.1.12 Start the etcd gateway to fetch the endpoints from the DNS SRV entries with the command: ```bash -$ etcd gateway --discovery-srv=example.com +$ etcd gateway start --discovery-srv=example.com 2016-08-16 11:21:18.867350 I | tcpproxy: ready to proxy client requests to [...] ```