Skip to content

Commit

Permalink
Merge pull request kubernetes#1834 from alessbn/dev-guide
Browse files Browse the repository at this point in the history
Complete Install etcd in GitHub Workflow
  • Loading branch information
k8s-ci-robot authored Feb 22, 2018
2 parents 55f69bf + 4f755b3 commit 7b7c16f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion contributors/guide/github-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 7b7c16f

Please sign in to comment.