From c7eeb5be3ea84cc622cb2e1c0fefae215921326b Mon Sep 17 00:00:00 2001 From: CharanBR Date: Wed, 31 Oct 2018 06:13:45 -0400 Subject: [PATCH] update the node name --- docs/07-bootstrapping-etcd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index dc70edc..c87bbbc 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -50,7 +50,7 @@ INTERNAL_IP=$(curl -s -H "Metadata-Flavor: Google" \ http://metadata.google.internal/computeMetadata/v1/instance/network-interfaces/0/ip) ``` -Each etcd member must have a unique name within an etcd cluster. Set the etcd name to match the hostname of the current compute instance: +Each etcd member must have a unique name within an etcd cluster. Set the etcd name to match the hostname of the current controller instance: ``` ETCD_NAME=$(hostname -s)