Reloader
Reloader copied to clipboard
Allow to skip a resource by annotations.
Sometimes there is just one or two resources (cm/secrets) that require to be ignored, so annotating all of them to match can be harder than just marking the ones to be skipped.
Real example: jenkins has a configmap for JCasC (Jenkins Configuration As Code) managed by a configmap and reloaded automatically, but any other configmap/service should fire reloader to restart pods.
At the moment, this functionality doesn't exist but you are welcome to contribute with a PR.
@faizanahmad055 and @rasheedamir
I have exactly the same need. Is someone willing to contribute also ? I would want to ask ... how it should be done as best ? I mean hints which label or annotation should be used to base the logic on such a exclude decision ?
Whom to ask to clarify this before somone starts to code ... to have a high change to get it review successully and then merged ?