aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-07-29 04:51:26 +0200
committerStaffan Olsson <staffan@repos.se>2017-07-29 04:51:26 +0200
commitab35705506f83581f99b764e9489af24482188a6 (patch)
tree6ae17c6166629426060c57f1e0dc8b793b112f25
parentcabe9be47c347d428d816ca0034223021c15c024 (diff)
downloadkubernetes-kafka-kafka-011.tar.gz
kubernetes-kafka-kafka-011.tar.bz2
kubernetes-kafka-kafka-011.zip
The test concept just caught a mistakekafka-011
-rw-r--r--README.md2
-rw-r--r--test/basic-produce-consume.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6464906..9853d12 100644
--- a/README.md
+++ b/README.md
@@ -57,5 +57,5 @@ Don't forget the [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon
```
kubectl apply -f test/
# Anything that isn't READY here is a failed test
-kubectl -n test-kafka get pods -l test-target=kafka,test-type=readiness -w
+kubectl get pods -l test-target=kafka,test-type=readiness -w --all-namespaces
```
diff --git a/test/basic-produce-consume.yml b/test/basic-produce-consume.yml
index f56a01f..fdacea0 100644
--- a/test/basic-produce-consume.yml
+++ b/test/basic-produce-consume.yml
@@ -10,7 +10,7 @@ data:
touch /tmp/testlog
./bin/kafka-topics.sh --zookeeper $ZOOKEEPER \
- --create --if-not-exists --topic test-basic-with-kafkacat \
+ --create --if-not-exists --topic test-basic-produce-consume \
--partitions 1 --replication-factor 1
# Despite the deprecation warning --zookeeper nothing is consumed when using --bootstrap-server