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

Add support for DaemonSet restarts to the Restarter #235

Open
xeniape opened this issue Apr 17, 2024 · 1 comment
Open

Add support for DaemonSet restarts to the Restarter #235

xeniape opened this issue Apr 17, 2024 · 1 comment

Comments

@xeniape
Copy link
Member

xeniape commented Apr 17, 2024

Use Case:
The Restarter already has the ability to restart StatefulSet workloads based on a label. This functionality should also be implemented for DaemonSet workloads, since some workloads, like the OpaCluster, are running as a DaemonSet but might need a restart when the configuration provided by a ConfigMap changes. The need for this extension surfaced during the refinement for stackabletech/opa-operator#422
There exists a current workaround of manually restarting the Pods, so it's not very urgent.

@xeniape
Copy link
Member Author

xeniape commented Jun 3, 2024

This functionality isn't needed anymore for the use case of stackabletech/opa-operator#422 and its original problem with the restart of OpaCluster after changes to decision logging configuration. The current implementation updates the decision log log levels in the opa start command, which automatically restarts the pods. But it might be needed later on if this behaviour changes or maybe for other use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant