Add newline

pull/758/head
redsoxfantom 2024-01-29 10:23:23 -05:00
parent 50da2e1047
commit 170e4bbe6d
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ INTERNAL_IP=$(curl -s -H "Metadata-Flavor: Google" \
```az``` ```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: 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: