Reloader icon indicating copy to clipboard operation
Reloader copied to clipboard

[ENHANCE]Support triggering a rollout strategy or current behaviour of pod restart on change.

Open wololowarrior opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. There are some cases when we need to trigger a rollout strategy instead of just restarting the pods. https://github.com/stakater/Reloader/pull/724 This pr removed the functionality of triggering a rollout strategy on change of configmap/secrets.

Describe the solution you'd like Adding a new annotation to the rollout will trigger a rollout strategy for that rollout. The default can be unset or false, so current behaviour should continue on.

Describe alternatives you've considered Current behaviour only triggers restarting of pods.

Alt can be along the same lines:

  1. Add a helm value that can allow us to switch bw behaviours, but that is cluster wide setting and not desirable.

wololowarrior avatar Oct 22 '24 05:10 wololowarrior