Reloader
Reloader copied to clipboard
[BUG] Reloader doesn't recover properly for events when reloader pod was down
Describe the bug if reloader pod is down for any reason, and any of the watched secret/configmap changes, it doesnt cater reloads for that when the pod comes back up
To Reproduce
- Setup reloader with deployment and secrets
- Scale down reloader pod
- Update the mounted secret
- Scale reloader pod back up
Expected behavior It should reload on any watched resources which were changed
Screenshots If applicable, add screenshots to help explain your problem.
It seems not to be a bug, use reloader.enableHA and check options like :
"By default, reloadOnCreate, reloadOnDelete and syncAfterRestart are all set to false. All need to be enabled explicitly"
thanks, i will verify this