Reloader
Reloader copied to clipboard
Feature request: ability to temporarily pause the Reloader
It would be great to pause the reloading logic for a selected workloads, for example:
- add
reloader.stakater.com/pause: "true"toNamespaceto stop reloading the whole namespace - ~~add
reloader.stakater.com/pause: "true"to workload to stop reloading the specific workload~~ this can be covered by setting the existing annotations to"false" - add
reloader.stakater.com/pause: "true"toSecret/ConfigMapto not trigger reloads from specific configs- this is covered by setting
reloader.stakater.com/match: "false", but only for thesearch-matchpair scenario - having
pauseannotation overriding other annotations would make it safer for the use case below
- this is covered by setting
This feature would allow editing large number of secrets at once without triggering deployments for every single change.