mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-19 10:30:41 +03:00
Add newline
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user