Skip to content

Commit 7e83bac

Browse files
committed
Shorter, possibly clearer
1 parent 2ca4453 commit 7e83bac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ For clusters that enfoce [RBAC](https://kubernetes.io/docs/admin/authorization/r
5959
kubectl apply -f rbac-namespace-default/
6060
```
6161

62-
## Set "reclaim policy" for persistent volumes
62+
## Caution: `Delete` Reclaim Policy is default
6363

64-
Caution: For each new kafka and pzoo pod you have to [manually set Reclaim Policy](https://kubernetes.io/docs/tasks/administer-cluster/change-pv-reclaim-policy/)
65-
to avoid losing your data if the [PVC](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)s or [PV](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes)s are deleted,
66-
including if the `kafka` namespace is deleted and recreated.
64+
In production you likely want to [manually set Reclaim Policy](https://kubernetes.io/docs/tasks/administer-cluster/change-pv-reclaim-policy/),
65+
our your data will be gone if the generated [volume claim](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)s are deleted.
6766

68-
See [feature#352](https://github.com/kubernetes/features/issues/352) [#38192](https://github.com/kubernetes/kubernetes/issues/38192) [#47987](https://github.com/kubernetes/kubernetes/pull/47987) for details on why this isn't supported (yet) in manifests.
67+
This can't be done [in manifests](https://github.com/Yolean/kubernetes-kafka/pull/50),
68+
at least not [until Kubernetes 1.8](https://github.com/kubernetes/features/issues/352).
6969

7070
# Tests
7171

0 commit comments

Comments
 (0)