Add KUBECONFIG Export To Contributing Docs

This commit is contained in:
Sean Malloy
2020-08-28 00:24:29 -05:00
parent d65a7c4783
commit 6220aca03e
+1
View File
@@ -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
```