Complete Install etcd in GitHub Workflow

This commit is contained in:
Alejandra Bustos 2018-02-21 12:39:40 -06:00
parent 326f350934
commit 4f755b398a
1 changed files with 7 additions and 1 deletions

View File

@ -103,7 +103,13 @@ make cross
#### Install etcd
```sh
cd $working_dir/kubernetes
# Installs in ./third_party/etcd
hack/install-etcd.sh
# Add to PATH
echo export PATH="\$PATH:$working_dir/kubernetes/third_party/etcd" >> ~/.profile
```
#### Test
@ -228,4 +234,4 @@ git rebase -i upstream/master
For mass automated fixups (e.g. automated doc formatting), use one or more
commits for the changes to tooling and a final commit to apply the fixup en
masse. This makes reviews easier.
masse. This makes reviews easier.