1
0
mirror of https://github.com/ko-build/ko.git synced 2025-11-06 09:19:12 +02:00

Allow images to be loaded into kind using 'kind.local'. (#180)

* Allow images to be loaded into kind using 'kind.local'.

* Add documentation for kind.
This commit is contained in:
Markus Thömmes
2020-09-04 17:32:26 +02:00
committed by GitHub
parent b7b0435ef0
commit 1aa3b3793e
334 changed files with 62123 additions and 37606 deletions

View File

@@ -11,7 +11,9 @@ ROOT_DIR="$(pwd)"
echo "Running smoke test."
go install ./cmd/ko
ko apply -f ./cmd/ko/test -L
# Travis runs this against a kind cluster so properly use the kind publisher.
KO_DOCKER_REPO=kind.local ko apply -f ./cmd/ko/test
kubectl wait --timeout=10s --for=condition=Ready pod/kodata
echo "Moving GOPATH into /tmp/ to test modules behavior."
export ORIGINAL_GOPATH="$GOPATH"