Replies: 1 comment 1 reply
-
Hey @allensiho I don't quite remember if changes to annotations do trigger a reconciliation. If it is the case, then yes, a normal controller should be aware of it. If not, you can always implement your own logic with a background service that periodically fetches some objects and does stuff with them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wanted to annotate some pods and say add a corresponding hpa for that pod
Is there a way to have watchers in your controller that can detect when a pod is annotated or have an notation removed to create/remove has?
Beta Was this translation helpful? Give feedback.
All reactions