operator-framework / operator-framework/java-operator-sdk
[Dependent Resources] Don't update the resource spec if has an other owner reference with controller true
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 944
- Forks
- 242
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 43
Description
If a dependent resource updates a resoure based on desired it adds owner reference with controller flag set to true.
There might be the case that there is already a resource exists with owner reference where controller is true, in this case we shoul not update the spec of the resource since it is managed by an other controller.
Contributor guide
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
No file or test is named. Start by locating the dependent-resource reconciliation entry point and inspect how owner references and desired-state updates are handled; done means a resource with another controller owner reference is not given a new spec, while resources without one retain the existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kubernetes
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100