Skip to content

Conversation

@manno
Copy link
Member

@manno manno commented Sep 25, 2024

Refers to #2899

This should reflect the old settings from 0.9

In Rancher this can be configured by changing Fleet's installation options:

kubectl patch cm -n cattle-system rancher-config --type merge --patch '{"data":{"fleet": "controller:\n  reconciler:\n    workers:\n      gitrepo: \"50\"\n      bundle: \"50\"\n      bundledeployment: \"50\"\n"}}'

@manno manno requested a review from a team as a code owner September 25, 2024 11:11
This should reflect the old settings from 0.9
@manno manno force-pushed the increase-worker-count branch from 74632ad to db8f9f2 Compare September 27, 2024 08:29
}),
).
WithEventFilter(sharding.FilterByShardID(r.ShardID)).
WithOptions(controller.Options{MaxConcurrentReconciles: 50}).
Copy link
Contributor

Choose a reason for hiding this comment

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

Now I think that at least this one should also be made configurable.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, that's a good follow-up story.

@manno manno merged commit 89634dc into main Sep 27, 2024
12 checks passed
@manno manno deleted the increase-worker-count branch September 27, 2024 13:20
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.

3 participants