We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315317f commit 7e6df71Copy full SHA for 7e6df71
README.md
@@ -66,14 +66,6 @@ Pods that keep consuming messages (but they won't exit on cluster failures)
66
kubectl create -f test/21consumer-test1.yml
67
```
68
69
-## Teardown & cleanup
70
-
71
-Testing and retesting... delete the namespace. PVs are outside namespaces so delete them too.
72
-```
73
-kubectl delete namespace kafka
74
-rm -R ./data/ && kubectl -n kafka delete pv datadir-kafka-0 datadir-kafka-1 datadir-kafka-2
75
76
77
## Metrics, Prometheus style
78
79
Is the metrics system up and running?
0 commit comments