Skip to content

Commit 7e6df71

Browse files
committed
If you got this far you don't need Kubernetes intro
1 parent 315317f commit 7e6df71

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ Pods that keep consuming messages (but they won't exit on cluster failures)
6666
kubectl create -f test/21consumer-test1.yml
6767
```
6868

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-
7769
## Metrics, Prometheus style
7870

7971
Is the metrics system up and running?

0 commit comments

Comments
 (0)