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

fix: add annotation that will restart worker pods on config update #502

Merged
merged 1 commit into from
May 19, 2024

Conversation

neoeinstein
Copy link
Contributor

When the config value is changed, it causes the config map to be updated, but this does not cause worker nodes to automatically pick up this new configuration. By adding an annotation based on the checksum of that generated config map, the pod spec will change when the config map changes. This will cause worker pods to automatically restart to pick up the updated configuration values.

@nabeelsaabna nabeelsaabna added this pull request to the merge queue May 19, 2024
Merged via the queue into mend:main with commit be207e7 May 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants