Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dereferenced resources still has ownership link #37

Open
matt035343 opened this issue Dec 4, 2024 · 0 comments · May be fixed by #41
Open

Dereferenced resources still has ownership link #37

matt035343 opened this issue Dec 4, 2024 · 0 comments · May be fixed by #41
Assignees
Labels
code/bug Something isn't working

Comments

@matt035343
Copy link
Member

Even though a resources has no references in any algorithm definition, it is still marked as "controlled by" that algorithm definition that previously referenced it.

image

Repro steps:

  • Create config map in services cluster
  • Reference new config map in algorithm definition in services cluster
  • Check changes are synced to shards cluster
  • Dereference config map in services cluster
  • Check that config map still exists in shards cluster and is still marked as owned by algorithm definition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants