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

chore(kuma-cp): change config map reconciler log level #4437

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

jakubdyszkiewicz
Copy link
Contributor

Summary

These logs are confusing in my opinion.

Log says updating VIPs, but we are really reconciling VIPs, it does not mean that we are making any change.
VIPs updated suggest that VIPs were updated, but that might not be the case if nothing has changed.

Processes like watchdogs, reconcilers etc. are executed periodically or on some action, but very often they don't change the state of the system. IMHO we should log the activity on V1 to reduce the noise and we should log the actual action on V0.

Change of state action is already logged in vips_allocator.

Issues resolved

No issues reported.

Documentation

- [ ] Link to the website documentation PR

Testing

  • Unit tests
  • E2E tests
  • Manual testing on Universal
  • Manual testing on Kubernetes

Backwards compatibility

  • Update UPGRADE.md with any steps users will need to take when upgrading.
  • Add backport-to-stable label if the code follows our backporting policy

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@jakubdyszkiewicz jakubdyszkiewicz requested a review from a team as a code owner June 7, 2022 10:52
@jakubdyszkiewicz jakubdyszkiewicz merged commit 739ed02 into master Jun 7, 2022
@jakubdyszkiewicz jakubdyszkiewicz deleted the chore/vips-logging branch June 7, 2022 16:26
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

3 participants