Complete Install etcd in GitHub Workflow
This commit is contained in:
parent
326f350934
commit
4f755b398a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue