Skip to content

Commit

Permalink
Merge pull request #26 from asauber/readme-updates
Browse files Browse the repository at this point in the history
Inform users about ssh-agent when running e2e tests
  • Loading branch information
asauber committed Apr 17, 2019
2 parents f964536 + 1f092dc commit b373e36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ cd $GOPATH/src/github.com/linode/linode-cloud-controller-manager
make build
```

By default the tests use $HOME/.ssh/id\_rsa.pub as the public key used to provision the cluster, so it needs to be added to your agent.

```
ssh-add $HOME/.ssh/id_rsa
```

Come back here and run the tests

```
Expand Down

0 comments on commit b373e36

Please sign in to comment.