-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
docs: proposal for sharding application controller #8340
docs: proposal for sharding application controller #8340
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8340 +/- ##
=======================================
Coverage 41.91% 41.91%
=======================================
Files 178 178
Lines 23003 23003
=======================================
Hits 9641 9641
Misses 11979 11979
Partials 1383 1383 Continue to review full report at Codecov.
|
Signed-off-by: ishitasequeira <isequeir@redhat.com>
any news here? idea is amazing! |
@morangoldboim This is something we should do a design review on as scale is something very important to our users. Maybe loop in @itai-codefresh |
The load question is also a cost to run Argo question, given each application controller pod gets configured with the same cpu/mem request. Unfortunately, solving what it means to load a controller looks like it is non-trivial, a response to this issue. In our team's setup, the memory usage imbalances is what ends up costing us the most. So, if possible, please consider the success of load distribution with a weighting on its impact for situations such as memory imbalances. |
Is there any update regarding this proposal? |
May I know what's the latest state on this proposal? |
This is a very important feature, this affects ArgoCD stability, any news? |
This is one of the key features we have been waiting on for a while now. Any update would be appreciated |
What is the current state of this issue? There is a PoC implementation in here: #9568 Is there a plan to prioritize this issue? |
@mstrYoda I think the PoC you referenced was targeting applicationset controller, not application controller. There will be movement for this topic soon. We decided to split up this proposal into multiple, easier to ingest, discuss and align on proposals that are focusing on specific parts to move things forward. |
Sounds good! Do you have links towards those proposals, or will you post them when they are available? |
@maartengo We are still working on the proposals. We will add the proposals once they are available for review. |
The new proposal PR #13221 is opened to address the dynamic rebalancing of clusters across shards. Please feel free to go through it and share your thoughts on the proposal. |
@ishitasequeira Since the new proposal in PR #13221 got merged do you think is a good idea to close this PR? So folks external to the project don't get confused on having 2 docs. |
Sure, I will close this one |
Signed-off-by: ishitasequeira isequeir@redhat.com
Created proposal doc for sharding application controller to start discussions. I would update the proposal document based on the discussions/comments on this PR.
Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist: