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

Only notifies ConfigMap updates if data changes #703

Merged
merged 1 commit into from
Dec 10, 2020

Conversation

jcmoraisjr
Copy link
Owner

ConfigMap now can be used as the IngressClass' Parameters target. Because of that ConfigMaps in the controller namespace are also being watched. However other ConfigMaps that changes periodically was starting the ingress parsing - eg the cm used for leader election which is update every few seconds.

This update checks if a ConfigMap's data attribute was changed, otherwise a reconciliation isn't started.

ConfigMap now can be used as the IngressClass' Parameters target.
Because of that ConfigMaps in the controller namespace are also being
watched. However other ConfigMaps that changes periodically was starting
the ingress parsing - eg the cm used for leader election which is update
every few seconds.

This update checks if a ConfigMap's data attribute was changed,
otherwise a reconciliation isn't started.
@jcmoraisjr jcmoraisjr merged commit 211d056 into master Dec 10, 2020
@jcmoraisjr jcmoraisjr deleted the jm-configmap-update branch December 10, 2020 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant