From 8c6209f8465c9ea2399dff91e98a92a1d6453fde Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 8 Jan 2021 17:08:13 -0500 Subject: [PATCH] Pulling more images --- 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 2227eb78..a87a64b4 100755 --- a/spring-cloud-kubernetes-integration-tests/run.sh +++ b/spring-cloud-kubernetes-integration-tests/run.sh @@ -88,6 +88,8 @@ main() { #setup nginx ingress # Pull this image to avoid DockerHub limits when running on Jenkins docker pull jettech/kube-webhook-certgen:v1.2.2 + docker pull rabbitmq:3-management + docker pull zookeeper:3.6.2 "${KIND}" load docker-image jettech/kube-webhook-certgen:v1.2.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