From 170e4bbe6df2d1a14305d5f1128738019b03e079 Mon Sep 17 00:00:00 2001 From: redsoxfantom Date: Mon, 29 Jan 2024 10:23:23 -0500 Subject: [PATCH] Add newline --- docs/07-bootstrapping-etcd.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index 247c7a7..23785e9 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -62,7 +62,8 @@ INTERNAL_IP=$(curl -s -H "Metadata-Flavor: Google" \ ```az``` ``` -INTERNAL_IP=$(curl -s -H Metadata:true --noproxy "*" "http://169.254.169.254/metadata/instance/network/interface/0/ipv4/ipAddress/0/privateIpAddress?api-version=2021-02-01&format=text") +INTERNAL_IP=$(curl -s -H Metadata:true --noproxy "*" \ + "http://169.254.169.254/metadata/instance/network/interface/0/ipv4/ipAddress/0/privateIpAddress?api-version=2021-02-01&format=text") ``` 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: