1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-25 20:59:28 +01:00

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

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
```