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

feat: controller should only watch for UpdateEvents for VirtualServices whose spec changes #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dlemfh
Copy link

@dlemfh dlemfh commented Aug 20, 2023

Current behavior

The controller watches for all changes to VirtualServices, and triggers reconciliation for relevant VirtualServiceMerges.

Proposed behavior

The controller doesn't necessarily need to watch for DeleteEvents, GenericEvents, and also UpdateEvents where the VirtualService spec has not changed.

The controller should limit itself to only watch for CreateEvents and UpdateEvents whose VirtualService spec has changed, in order not to trigger wasteful reconciliation cycles.

Tests

We are currently using this edited version of the controller in production, and everything works as expected.

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.

1 participant