mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
Merge pull request #159 from BenTheElder/ci-script
enable --wait and increase loglevel for e2e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user