1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #387 from KohlsTechnology/contrib-docs

Add KUBECONFIG Export To Contributing Docs
This commit is contained in:
Kubernetes Prow Robot
2020-08-31 06:34:28 -07:00
committed by GitHub

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