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: add flag --workers #1013

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oliverbaehler
Copy link
Collaborator

With the workers flag you can configure the concurrent reconciles on relevant controllers. This is interesting for large cluster infrastructures

Copy link

netlify bot commented Mar 22, 2024

Deploy Preview for capsule-documentation canceled.

Name Link
🔨 Latest commit 9b4e980
🔍 Latest deploy log https://app.netlify.com/sites/capsule-documentation/deploys/6633a29f921bf70008871787

Copy link
Member

@prometherion prometherion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is interesting, although it could lead to potential issues since multiple reconciliations at the same time could generate errors due to updating of the same resource at the same time.

What I did with Kamaji was rely on a file-lock system, even tho this could be a bit more complicated: clastix/kamaji#255

It would be perfect if we could rely on it, honestly, the license is compatible with Apache2.

WDYT @oliverbaehler?

@oliverbaehler
Copy link
Collaborator Author

@prometherion Sure thing, i will implement a locking mechanism

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
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