Skip to content
Discussion options

You must be logged in to vote

I'm not sure there is a straight forward solution for this. I guess there are several things you can try:

  • Disabling the owner reference for the CA certificates which can be done as part of the Kafka CR. Then they should not be deleted when you delete the Kafka CR. (Or using Custom CAs might be another alternative to this)
  • Pausing the reconciliation of the Kafka CR (there is an annotation which can do it) and scaling down or deleting the Deployments and StatefulSets or deleting the StrimziPodSets (which cannot be scaled down) to just get rig of the Pods. When you unpause it, Strimzi should just recreate them, but other resources (Secrets, services, etc.) should keep exist as before.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@rareddy
Comment options

@scholzj
Comment options

@rareddy
Comment options

@Delorien84
Comment options

@tombentley
Comment options

Answer selected by Delorien84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants