From f650c2a2c8b25e98c9bebdda31240e8df52304d9 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 8 Jan 2021 19:51:09 -0500 Subject: [PATCH] Loading additional images into kind --- spring-cloud-kubernetes-integration-tests/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-cloud-kubernetes-integration-tests/run.sh b/spring-cloud-kubernetes-integration-tests/run.sh index a87a64b4..db8dbeb1 100755 --- a/spring-cloud-kubernetes-integration-tests/run.sh +++ b/spring-cloud-kubernetes-integration-tests/run.sh @@ -91,6 +91,8 @@ main() { docker pull rabbitmq:3-management docker pull zookeeper:3.6.2 "${KIND}" load docker-image jettech/kube-webhook-certgen:v1.2.2 + "${KIND}" load docker-image rabbitmq:3-management + "${KIND}" load docker-image zookeeper:3.6.2 # kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml kubectl apply -fhttps://raw.githubusercontent.com/kubernetes/ingress-nginx/12150e318b972a03fb49d827e6cabb8ef62247ef/deploy/static/provider/kind/deploy.yaml sleep 5 # hold 5 sec so that the pods can be created