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
Currently, if users update the mounted configmap which contains the rule files, the changes will not be picked up by rule until it's restarted.
We need inject a configmap-reloader container into rule pod. It's responsible to detect the changes of the specified path, and invoke "/-/reload" to trigger rules reload once detect any changes.
The text was updated successfully, but these errors were encountered:
Currently, if users update the mounted configmap which contains the rule files, the changes will not be picked up by rule until it's restarted.
We need inject a configmap-reloader container into rule pod. It's responsible to detect the changes of the specified path, and invoke "/-/reload" to trigger rules reload once detect any changes.
The text was updated successfully, but these errors were encountered: