update the node name

pull/408/head
CharanBR 2018-10-31 06:13:45 -04:00 committed by GitHub
parent bf2850974e
commit c7eeb5be3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)