Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Reloader doesn't recover properly for events when reloader pod was down #814

Open
MuneebAijaz opened this issue Dec 16, 2024 · 2 comments
Labels
kind/bug Something isn't working

Comments

@MuneebAijaz
Copy link
Contributor

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.

@MuneebAijaz MuneebAijaz added the kind/bug Something isn't working label Dec 16, 2024
@Whisper40
Copy link
Contributor

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"

@MuneebAijaz
Copy link
Contributor Author

thanks, i will verify this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants