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
57
57
```
58
58
kubectl apply -f test/
59
59
# 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
61
61
```
Original file line number Diff line number Diff line change 10
10
touch /tmp/testlog
11
11
12
12
./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 \
14
14
--partitions 1 --replication-factor 1
15
15
16
16
# Despite the deprecation warning --zookeeper nothing is consumed when using --bootstrap-server
You can’t perform that action at this time.
0 commit comments