ensure CI uses locally built node image

This commit is contained in:
Benjamin Elder
2018-09-20 23:31:28 -07:00
parent d4c1059a85
commit bc5568a5af

View File

@@ -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