Skip to content

Commit 2ca4453

Browse files
committed
The default is Delete, which violates our no-surpises ambition
1 parent 723c514 commit 2ca4453

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ 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
63+
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.
67+
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.
69+
6270
# Tests
6371

6472
```

0 commit comments

Comments
 (0)