From 6e8cab0a86f6a9e52f9a90015d4e2438eaab91df Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Fri, 23 Jun 2017 21:18:37 +0200 Subject: Reuses the statefulset's image in test pods, without tag duplication... Works when scheduled on the same node(s) --- test/11topic-create-test1.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/11topic-create-test1.yml') diff --git a/test/11topic-create-test1.yml b/test/11topic-create-test1.yml index fdb805e..e03c6c9 100644 --- a/test/11topic-create-test1.yml +++ b/test/11topic-create-test1.yml @@ -10,7 +10,8 @@ spec: spec: containers: - name: kafka - image: solsson/kafka:0.10.0.1 + image: solsson/kafka + imagePullPolicy: Never command: - ./bin/kafka-topics.sh - --zookeeper -- cgit v1.2.3