File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ Don't forget the [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon
5757```
5858kubectl apply -f test/
5959# Anything that isn't READY here is a failed test
60- kubectl -n test-kafka get pods -l test-target=kafka,test-type=readiness -w
60+ kubectl get pods -l test-target=kafka,test-type=readiness -w --all-namespaces
6161```
Original file line number Diff line number Diff line change 1010 touch /tmp/testlog
1111
1212 ./bin/kafka-topics.sh --zookeeper $ZOOKEEPER \
13- --create --if-not-exists --topic test-basic-with-kafkacat \
13+ --create --if-not-exists --topic test-basic-produce-consume \
1414 --partitions 1 --replication-factor 1
1515
1616 # Despite the deprecation warning --zookeeper nothing is consumed when using --bootstrap-server
You can’t perform that action at this time.
0 commit comments