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

Operator doesn't watch changes on generated sub-resources #900

Closed
JorTurFer opened this issue Jan 24, 2024 · 1 comment · Fixed by #901
Closed

Operator doesn't watch changes on generated sub-resources #900

JorTurFer opened this issue Jan 24, 2024 · 1 comment · Fixed by #901
Labels
bug Something isn't working

Comments

@JorTurFer
Copy link
Member

JorTurFer commented Jan 24, 2024

Report

Currently, once the operator has parsed the HTTPScaledObject and generated the ScaledObject, it doesn't watch the ScaledObject until the operator is restarted. This isn't worth because the (add-on) operator is the owner of the ScaledObject and it should be always aware about any relevant change on it (even about deletions to recreate it)

Expected Behavior

The operator is the only owner of the generated ScaledObject and replaces any manual done change

Actual Behavior

The ScaledObject is created and ignored until a restart

@JorTurFer JorTurFer added the bug Something isn't working label Jan 24, 2024
Copy link

stale bot commented Mar 30, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale All issues that are marked as stale due to inactivity label Mar 30, 2024
@JorTurFer JorTurFer removed the stale All issues that are marked as stale due to inactivity label Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant