aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2016-09-05 16:32:19 +0200
committerStaffan Olsson <staffan@repos.se>2016-09-05 16:32:22 +0200
commit2ca4de915e20112504a710cb5dd3612a30de6227 (patch)
treec801914b37bd22878034398cb1f479e074f3164d
parent1907a0d9b9178be6489dfdaae49ba2eaf0ff2dfe (diff)
downloadkubernetes-kafka-config-map.tar.gz
kubernetes-kafka-config-map.tar.bz2
kubernetes-kafka-config-map.zip
Explains the config stepconfig-map
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8ba7eab..709b5cb 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,13 @@ To get consistent service DNS names `kafka-N.broker.kafka`(`.svc.cluster.local`)
kubectl create -f 00namespace.yml
```
+A typical Kafka install (see `docker-images` branch) comes with more config files than the server needs.
+The PetSet mounts instead a [ConfigMap](http://kubernetes.io/docs/user-guide/configmap/) with a minimal set of files.
+Load `./config/` into Kubernetes using:
+```
+./bootstrap/config.sh
+```
+
## Set up volume claims
This step can be skipped in clusters that support automatic volume provisioning, such as GKE.