You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: