Add persistent volume to running cluster #10808
-
Hello. May be a duplicate, please excuse me if so. I have a running Kafka cluster, 3 replicas, with no persistent volumes attached. Would it be possible to do so just by adding the volume in the helm chart? Will the data get copied from the ephemeral storage to the persistent one during the rolling update of the brokers? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You should probably start by sharing your configuration as that defines what can be done with it. Strimzi does not have any Helm chart for deploying the Kafka cluster, only to deploy the operator. So you surely cannot do it there. |
Beta Was this translation helpful? Give feedback.
You should format the code otherwise it is not readable.
But no, as you do not seem to use the JBOD storage (as our docs strongly recommend), you cannot change it easily (+ given Apache KAfka still lacks support for scaling controllers in KRaft, you cannot use the KafkaNodePools for it easily either).