aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-07-28 09:47:49 +0200
committerStaffan Olsson <staffan@repos.se>2017-07-28 09:50:23 +0200
commitc4f3c412c8338d562e49a1ac77d4654c07c71ce1 (patch)
treed3f8fc7ad562427b5418ddca8a6f3ae6a38299f4
parent7e6df7119c5dca05e69c09a6f5dad720c9b9889a (diff)
downloadkubernetes-kafka-c4f3c412c8338d562e49a1ac77d4654c07c71ce1.tar.gz
kubernetes-kafka-c4f3c412c8338d562e49a1ac77d4654c07c71ce1.tar.bz2
kubernetes-kafka-c4f3c412c8338d562e49a1ac77d4654c07c71ce1.zip
Reworked in https://github.com/Yolean/kubernetes-kafka/pull/51
-rw-r--r--README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/README.md b/README.md
index ae75c21..547ddcd 100644
--- a/README.md
+++ b/README.md
@@ -45,27 +45,6 @@ kubectl -n kafka logs kafka-0 | grep "Registered broker"
# INFO Registered broker 0 at path /brokers/ids/0 with addresses: PLAINTEXT -> EndPoint(kafka-0.broker.kafka.svc.cluster.local,9092,PLAINTEXT)
```
-## Testing manually
-
-There's a Kafka pod that doesn't start the server, so you can invoke the various shell scripts.
-```
-kubectl create -f test/99testclient.yml
-```
-
-See `./test/test.sh` for some sample commands.
-
-## Automated test, while going chaosmonkey on the cluster
-
-This is WIP, but topic creation has been automated. Note that as a [Job](http://kubernetes.io/docs/user-guide/jobs/), it will restart if the command fails, including if the topic exists :(
-```
-kubectl create -f test/11topic-create-test1.yml
-```
-
-Pods that keep consuming messages (but they won't exit on cluster failures)
-```
-kubectl create -f test/21consumer-test1.yml
-```
-
## Metrics, Prometheus style
Is the metrics system up and running?