Merge pull request #1617 from cimomo/etcd-fix

Update the instructions for installing etcd
This commit is contained in:
k8s-ci-robot 2018-01-17 10:38:28 -08:00 committed by GitHub
commit 8ab61ca524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ hack/install-etcd.sh # Installs in ./third_party/etcd
echo export PATH="\$PATH:$(pwd)/third_party/etcd" >> ~/.profile # Add to PATH
# Option b) install manually
grep -E "image.*etcd" cluster/saltbase/salt/etcd/etcd.manifest # Find version
grep -E "image.*etcd" cluster/gce/manifests/etcd.manifest # Find version
# Install that version using yum/apt-get/etc
echo export PATH="\$PATH:<LOCATION>" >> ~/.profile # Add to PATH
```