Merge pull request #159 from BenTheElder/ci-script

enable --wait and increase loglevel for e2e
This commit is contained in:
Kubernetes Prow Robot
2018-12-07 14:09:58 -08:00
committed by GitHub

View File

@@ -96,7 +96,7 @@ create_cluster() {
# mark the cluster as up for cleanup
# even if kind create fails, kind delete can clean up after it
KIND_IS_UP=true
kind create cluster --image="kindest/node:latest" --retain
kind create cluster --image="kindest/node:latest" --retain --wait=1m --loglevel=debug
}
# run e2es with kubetest