Skip to content

[ENHANCE] Add support for strimzi's podsets #991

@camaeel

Description

@camaeel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions