-
Notifications
You must be signed in to change notification settings - Fork 229
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
How to increase bundles deployment concurrency of fleet agent #2252
Comments
Which version of fleet are you using? |
We could make the number of concurrent reconciles configurable for the agent. |
Thanks for the reply, below are the versions I'm currently using: Fleet Image: rancher/fleet:v0.9.1 |
We are having the same issue with our deployment and saw this thread while looking for a resolution. |
Also related: #2552 |
We increased concurrency to 50 and plan to make it configurable: #2915 |
Closing as a duplicate of #2915 |
We have 59 uSerivces/Bundles that depends on each others without a pre-defined order at the moment, and in order for the application to be up and running we need to deploy them all together and let fleet to reconcile them - This is how we manage to deploy it using other GitOps tool but we are migrating to fleet-.
All of the bundles goes to "Wait Applied" state however in reality fleet agent only takes the first 5 bundles that is defined alphabetically in the GitRepo path, and some of them will go to "ContainerCreating" state since they waiting for other bundles to be deployed, but fleet doesn't continue deploying the rest of the bundles and all the bundles will stuck in "Wait Applied" state.
My question is: How to let fleet to deploy all the bundles configured together ?
The log from the fleet-agent looks like the following - omitting the bundle names -:
level=info msg="Deploying bundle ....."
level=info msg="Deploying bundle ....."
beginning wait for 11 resources with timeout of 20m0s
level=info msg="Deploying bundle ....."
beginning wait for 13 resources with timeout of 20m0s
level=info msg="Deploying bundle ....."
beginning wait for 12 resources with timeout of 20m0s
level=info msg="Deploying bundle ....."
beginning wait for 11 resources with timeout of 20m0s
beginning wait for 12 resources with timeout of 20m0s
The text was updated successfully, but these errors were encountered: