hashicorp / hashicorp/vault-secrets-operator
rolloutRestartTargets by label
- Dominant language
- Go
- Stars
- 600
- Forks
- 146
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 6
Description
**Is your feature request related to a problem? Please describe.**
It would be great if it would be possible to trigger a rollout restart of a deployment, statefulset, etc not only by the name but also by a label. This way if the name is not always the same, a label could be used to specify the targets.
**Describe the solution you'd like**
```
rolloutRestartTargets:
- kind: Deployment
label: app.kubernetes.io/name=traefik
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how rolloutRestartTargets are parsed and how named Kubernetes targets are resolved. Define the label-based target behavior represented by the Deployment example, and verify that a matching label selects the intended rollout targets without changing name-based behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100