aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-06-26 13:25:37 +0200
committerStaffan Olsson <staffan@repos.se>2017-06-26 13:26:44 +0200
commitefb1019fd9881f316e0ee355cbafc26e3d146be2 (patch)
tree711a5987b55413cf0029bf5b7e336af34e19f148 /README.md
parent4a16d4fc8ccbf7b56f0de3dfeab1b01e452665c4 (diff)
downloadkubernetes-kafka-efb1019fd9881f316e0ee355cbafc26e3d146be2.tar.gz
kubernetes-kafka-efb1019fd9881f316e0ee355cbafc26e3d146be2.tar.bz2
kubernetes-kafka-efb1019fd9881f316e0ee355cbafc26e3d146be2.zip
Forks can tweak storage classes, but here we want setup to be simple...zookeeper-data
and with the mix of PV and emptyDir there's no reason to make PVs faster than host disks. Use 10GB as it is the minimum for standard disks on GKE.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8b469cd..ef5db0c 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,6 @@ To get consistent service DNS names `kafka-N.broker.kafka`(`.svc.cluster.local`)
kubectl create -f 00namespace.yml
```
-## Prepare your cluster
-
-For Minikube run `kubectl create -f configure-minikube/`.
-
-There's a similar setup for gke, in `configure-gke` of course. You might want to tweak it before creating.
-
## Set up volume claims
You may add [storage class](http://kubernetes.io/docs/user-guide/persistent-volumes/#storageclasses)