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

Add reconciler sharding capability based on label selector #504

Merged
merged 1 commit into from
Mar 31, 2023
Merged

Conversation

makkes
Copy link
Member

@makkes makkes commented Mar 31, 2023

The new --watch-label-selector lets operators provide a label to the controller manager which in turn uses it to reconcile only those resources ImageUpdateAutomations that match the given label.

This way operators can deploy multiple instances of IAC, each reconciling a distinct set of resources based on their labels and effectively scale IAC horizontally.

closes #503

The new `--watch-label-selector` lets operators provide a label to the
controller manager which in turn uses it to reconcile only those resources
`ImageUpdateAutomations` that match the given label.

This way operators can deploy multiple instances of IAC, each reconciling a
distinct set of resources based on their labels and effectively scale IAC
horizontally.

closes #503

Signed-off-by: Max Jonas Werner <mail@makk.es>
@hiddeco hiddeco added the enhancement New feature or request label Mar 31, 2023
@makkes makkes merged commit 2ef5c36 into main Mar 31, 2023
@makkes makkes deleted the sharding branch March 31, 2023 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add reconciler sharding capability based on label selector
2 participants