stackabletech / stackabletech/commons-operator
Add support for DaemonSet restarts to the Restarter
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8
- Forks
- 4
- Avg merge
- 7h 48m
- Merged PRs (30d)
- 7
Description
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 https://github.com/stackabletech/opa-operator/issues/422
There exists a current workaround of manually restarting the Pods, so it's not very urgent.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Restarter implementation and the existing label-based StatefulSet restart path in the repository. Extend the investigation to DaemonSet workloads, then verify that a matching DaemonSet can be restarted when its ConfigMap configuration changes; the issue does not name a test file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100