From 55a06a999848324ead97e54cbce81b3c3c893989 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Thu, 19 May 2016 13:43:43 +0200 Subject: [PATCH] Consistent use of quoting --- docs/admin/high-availability/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/high-availability/index.md b/docs/admin/high-availability/index.md index 584a1418899..01ded6eb05a 100644 --- a/docs/admin/high-availability/index.md +++ b/docs/admin/high-availability/index.md @@ -93,7 +93,7 @@ The kubelet on each node actively monitors the contents of that directory, and i server from the definition of the pod specified in `etcd.yaml`. Note that in `etcd.yaml` you should substitute the token URL you got above for `${DISCOVERY_TOKEN}` on all three machines, -and you should substitute a different name (e.g. `node-1`) for ${NODE_NAME} and the correct IP address +and you should substitute a different name (e.g. `node-1`) for `${NODE_NAME}` and the correct IP address for `${NODE_IP}` on each machine.