-
-
Notifications
You must be signed in to change notification settings - Fork 593
Description
Is your feature request related to a problem? Please describe.
When I have a KafkaConnect that has a secret managed by cert-manager and the secret is rotated, reloader is not able to rotate pods.
This is because Strimzi migrated away some time ago from statefulsets and deployments to own PodSets
Describe the solution you'd like
Implement support for watching and reloading strimzi podsets just like other resources (i.e. Argo Rollouts)
Describe alternatives you've considered
Rotate credentials earlier and implement a cronjob that rotates pods periodically. Not elegant because ends up excess pod restarts. Frequency of pod restarts should be higher than frequency of secret regeneration.
Additional context
Strimzi mentioned such feature is out of their scope: https://github.com/orgs/strimzi/discussions/10447
Would be great to have this gap covered.