diff --git a/docs/contributor-guide.md b/docs/contributor-guide.md index 3b9b55c95..0d747b891 100644 --- a/docs/contributor-guide.md +++ b/docs/contributor-guide.md @@ -34,6 +34,7 @@ GOOS=linux make dev-image kind create cluster --config hack/kind_config.yaml kind load docker-image kind get kubeconfig > /tmp/admin.conf +export KUBECONFIG=/tmp/admin.conf make test-unit make test-e2e ```