Description
Reloader seems like a really neat project. I can see using this for a number of use-cases, and have mentioned it to some friends as something for them to take a look at, as well.
So far my experience with Reloader has been excellent. It's very fast, small and simple to understand. I like it!
Unfortunately, to use it at work, we really need it to support reloading of deployments/statefulsets/daemonsets ("deployment") upon configmap/secret ("config") change without needing to inject an annotation to every single deployment. It's just not reasonable for us to manage that at this time. We could build some custom thing that adds the annotation to everything, but it seems like a lot of work compared to the application supporting our use-case more directly.
In addition, and especially because of our environment, I share the same concerns as #110 - it'd be amazing if Reloader could do a single update of deployments when some might rely on multiple configs.
I realize I'm asking for a lot here, but I'm interested in the project and the response.
Thanks for your hard work! It's been a pleasure using your software so far :)
Activity