You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone!
How do you think is it possbile to create label for allowed maintenance window for reloading pods?
We have sort of applications that use certificates and after experation it should be reloaded in time for example at 2 A.M. due high load.
But reloader does it straightaway configmaps/secrets changes.
Another question is how reloader detects changes that has done in time when reloader was turned off?
Will it be checked by reloader or just gone?
The text was updated successfully, but these errors were encountered:
hi @Demch1k, this feature can be added to Reloader as it aligns with the project, but we don't have active developers on this project so the community will need to work on it. PRs are welcome.
hi @MuneebAijaz ,
I would like to contribute as my companies platform relies on Reloader.
Thus, I can help but would this be considered a good first issue for this repo? If yes, would you be open to some light shepherding?
Can the maintenance window be applied at a deployment level?
Do we want it be an annotation?
What would its value be? a time range maybe?
How do we handle the part where a change happened when we were not in the maintenance window?
This mean we cannot restart the pods and any update request that comes in outside of the maintenance window might be kept somewhere to applied during the window?
Hello everyone!
How do you think is it possbile to create label for allowed maintenance window for reloading pods?
We have sort of applications that use certificates and after experation it should be reloaded in time for example at 2 A.M. due high load.
But reloader does it straightaway configmaps/secrets changes.
Another question is how reloader detects changes that has done in time when reloader was turned off?
Will it be checked by reloader or just gone?
The text was updated successfully, but these errors were encountered: