Create a kafka cluster with existing pv #7086
-
Hi all. I wanna to create a kafka cluster with existing pv (managed by dynamic provisioner), in case of wrongly deletion. I've tried using the storage.selector, but dynamic provisioner did'nt support selector (logged as "claim Selector is not supported"). So have any suggestions and best practice for preventing wrongly deletion? Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think you should be able to use the following procedure for recovering the cluster from the PVs: https://strimzi.io/docs/operators/latest/full/configuring.html#cluster-recovery-str It is not clear if your PVs are empty or already have some data:
|
Beta Was this translation helpful? Give feedback.
I think you should be able to use the following procedure for recovering the cluster from the PVs: https://strimzi.io/docs/operators/latest/full/configuring.html#cluster-recovery-str
It is not clear if your PVs are empty or already have some data: