mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 06:29:29 +01:00
Add KUBECONFIG Export To Contributing Docs
This commit is contained in:
@@ -34,6 +34,7 @@ GOOS=linux make dev-image
|
|||||||
kind create cluster --config hack/kind_config.yaml
|
kind create cluster --config hack/kind_config.yaml
|
||||||
kind load docker-image <image name>
|
kind load docker-image <image name>
|
||||||
kind get kubeconfig > /tmp/admin.conf
|
kind get kubeconfig > /tmp/admin.conf
|
||||||
|
export KUBECONFIG=/tmp/admin.conf
|
||||||
make test-unit
|
make test-unit
|
||||||
make test-e2e
|
make test-e2e
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user