remove AWS support

This commit is contained in:
Kelsey Hightower
2017-03-25 14:20:31 -07:00
parent 818501707e
commit 4989117cf2
13 changed files with 10 additions and 836 deletions

View File

@@ -63,21 +63,11 @@ sudo mkdir -p /var/lib/etcd
The internal IP address will be used by etcd to serve client requests and communicate with other etcd peers.
#### GCE
```
INTERNAL_IP=$(curl -s -H "Metadata-Flavor: Google" \
http://metadata.google.internal/computeMetadata/v1/instance/network-interfaces/0/ip)
```
#### AWS
```
INTERNAL_IP=$(curl -s http://169.254.169.254/latest/meta-data/local-ipv4)
```
---
Each etcd member must have a unique name within an etcd cluster. Set the etcd name:
```