Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CruiseControl deployment/pod should be restarted when cruiseControlConfig.config field is updated in KafkaCluster CR #371

Closed
amuraru opened this issue May 11, 2020 · 0 comments · Fixed by #377
Labels
bug Something isn't working community

Comments

@amuraru
Copy link
Contributor

amuraru commented May 11, 2020

Description

Cruise-Control pod part of a Deployment is correctly restarted when cruiseControlConfig.capacityConfig field in KafkaCluster is updated.
However this is not happening when cruiseControlConfig.config field is updated.

Describe the solution you'd like to see
Similar to

  template:
    metadata:
      annotations:
        cruiseControlCapacity.json: <sha>

the operator should add add cruiseControlConfig annotation to the CruiseControl Deployment so whenever the CC properties are updated the Deployment should trigger a restart of the CC Pod

Alternatives
Cumbersome, mess with the Deployment itself but this is not ideal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants