Skip to content

Commit

Permalink
Add KUBECONFIG Export To Contributing Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmalloy committed Aug 28, 2020
1 parent d65a7c4 commit 6220aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributor-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ GOOS=linux make dev-image
kind create cluster --config hack/kind_config.yaml
kind load docker-image <image name>
kind get kubeconfig > /tmp/admin.conf
export KUBECONFIG=/tmp/admin.conf
make test-unit
make test-e2e
```
Expand Down

0 comments on commit 6220aca

Please sign in to comment.