aboutsummaryrefslogtreecommitdiff
path: root/test/31producer-test1.yml
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-07-28 21:23:59 +0200
committerStaffan Olsson <staffan@repos.se>2017-07-28 21:24:11 +0200
commit48bd7c39af657db1338662cf99b5531aac929d1d (patch)
treea5882577cf1577c0413d25e5b5229d8abec257ea /test/31producer-test1.yml
parent454bea4ba2c82ca2e150d076f2355c1110c22136 (diff)
downloadkubernetes-kafka-48bd7c39af657db1338662cf99b5531aac929d1d.tar.gz
kubernetes-kafka-48bd7c39af657db1338662cf99b5531aac929d1d.tar.bz2
kubernetes-kafka-48bd7c39af657db1338662cf99b5531aac929d1d.zip
Now we're on par with the old tests, but automatedtest-driven-kubernetes-concept
Diffstat (limited to 'test/31producer-test1.yml')
-rw-r--r--test/31producer-test1.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/31producer-test1.yml b/test/31producer-test1.yml
deleted file mode 100644
index 354a16a..0000000
--- a/test/31producer-test1.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-apiVersion: batch/v1
-kind: Job
-metadata:
- name: producer-test1
- namespace: kafka
-spec:
- template:
- metadata:
- name: producer-test1
- spec:
- containers:
- - name: kafka
- image: solsson/kafka:0.11.0.0@sha256:b27560de08d30ebf96d12e74f80afcaca503ad4ca3103e63b1fd43a2e4c976ce
- command:
- - /bin/sh
- - -c
- - >
- echo "test1 $(date)"
- |
- ./bin/kafka-console-producer.sh
- --topic test1
- --broker-list kafka-0.broker.kafka.svc.cluster.local:9092,kafka-1.broker.kafka.svc.cluster.local:9092,kafka-2.broker.kafka.svc.cluster.local:9092
- ; sleep 1
- restartPolicy: Never