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

CONTAINER_ENGINE to override the default docker engine

This commit is contained in:
Jan Chaloupka
2022-08-11 16:08:32 +02:00
parent a1d4770634
commit d1a9190c50
3 changed files with 16 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ if [ -n "$KIND_E2E" ]; then
export PATH=$PATH:$PWD
kind create cluster --image kindest/node:${K8S_VERSION} --config=./hack/kind_config.yaml
fi
docker pull kubernetes/pause
${CONTAINER_ENGINE:-docker} pull kubernetes/pause
kind load docker-image kubernetes/pause
kind get kubeconfig > /tmp/admin.conf
export KUBECONFIG="/tmp/admin.conf"