mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
ensure CI uses locally built node image
This commit is contained in:
@@ -94,7 +94,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
|
||||
kind create --image="kindest/node:latest"
|
||||
}
|
||||
|
||||
# run e2es with kubetest
|
||||
|
||||
Reference in New Issue
Block a user