Skip to content

Commit

Permalink
Delete the invalid image download operation, and automatically downlo…
Browse files Browse the repository at this point in the history
…ad the required image through the virtual node in the kind

Signed-off-by: wangyang <wangyang8126@gmail.com>
  • Loading branch information
wangyang0616 committed Feb 22, 2023
1 parent e19fde2 commit 2d55e9a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions hack/run-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ function install-volcano {
fi
fi

if [[ ${E2E_TYPE} = "ALL" ]] || [[ ${E2E_TYPE} = "JOBSEQ" ]]; then
echo "Pulling required docker images"
docker pull ${MPI_EXAMPLE_IMAGE}
docker pull ${TF_EXAMPLE_IMAGE}
docker pull ${PYTORCH_EXAMPLE_IMAGE}
kind load docker-image ${MPI_EXAMPLE_IMAGE} ${TF_EXAMPLE_IMAGE} ${PYTORCH_EXAMPLE_IMAGE} ${CLUSTER_CONTEXT}
fi

echo "Ensure create namespace"
kubectl apply -f installer/namespace.yaml

Expand Down

0 comments on commit 2d55e9a

Please sign in to comment.