stackabletech / stackabletech/issues
Add user configurable labels to our crds which operators pass through to all created objects
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently our operators create a default set of labels on the objects that they create.
We currently do not offer users the functionality to add custom labels to those objects that are created by our operators, which will probably be necessary.
The idea is to add something like the following to all our cluster crds:
propagatedLabels:
- env: prod
- team: marketing
Which would then result in those labels being added to statefulset, pods, etc that are created to create this cluster.
Ideally we'd specify this struct in the framework and also have an easy way of adding these to objects in the builders or similar.
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 shared framework, cluster CRDs, and builders mentioned in the issue. Trace how propagatedLabels would be represented and passed from each CRD to created objects such as StatefulSets and pods. Done means users can configure labels on all relevant cluster CRDs and those labels appear on every object created for the cluster.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100