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

docs: Document running at massive scale. Fixes #6443 #6459

Merged
merged 4 commits into from
Aug 2, 2021

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Jul 30, 2021

Signed-off-by: Alex Collins alex_collins@intuit.com
Fixes #6443

Signed-off-by: Alex Collins <alex_collins@intuit.com>
@alexec alexec marked this pull request as ready for review July 30, 2021 17:01
@codecov
Copy link

codecov bot commented Jul 30, 2021

Codecov Report

Merging #6459 (277a970) into master (3e9d837) will decrease coverage by 0.06%.
The diff coverage is n/a.

❗ Current head 277a970 differs from pull request most recent head 121729f. Consider uploading reports for the commit 121729f to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6459      +/-   ##
==========================================
- Coverage   48.39%   48.32%   -0.07%     
==========================================
  Files         259      259              
  Lines       18675    18675              
==========================================
- Hits         9037     9025      -12     
- Misses       8647     8662      +15     
+ Partials      991      988       -3     
Impacted Files Coverage Δ
server/workflow/workflow_server.go 44.41% <0.00%> (-2.40%) ⬇️
cmd/argo/commands/get.go 58.89% <0.00%> (-0.88%) ⬇️
workflow/controller/operator.go 72.24% <0.00%> (-0.10%) ⬇️
cmd/argoexec/commands/emissary.go 51.79% <0.00%> (+1.43%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e9d837...121729f. Read the comment docs.

docs/running-at-massive-scale.md Outdated Show resolved Hide resolved
* Use the Emissary executor (>= v3.1). This does not make any Kubernetes API requests.
* Limit the number of concurrent workflows using parallelism.
* Rate-limit pod creation [configuration](workflow-controller-configmap.yaml) (>= v3.1).
* Set `DEFAULT_REQUEUE_TIME=1m`.
Copy link
Member

Choose a reason for hiding this comment

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


Where Argo has a lot of work to do, the Kubernetes API can be overwhelmed. There are several strategies to reduce this:

* Use the Emissary executor (>= v3.1). This does not make any Kubernetes API requests.
Copy link
Member

Choose a reason for hiding this comment

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

Unless the templates are k8s custom resources

@@ -0,0 +1,40 @@
# Running At Massive Scale

Argo Workflows is capable of running 1,000s of workflows a day, each with 10,000s of nodes. But you'll need to do some
Copy link
Member

Choose a reason for hiding this comment

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

Link to the survey or stress test suite?

alexec and others added 3 commits August 2, 2021 15:18
Co-authored-by: Michael Crenshaw <michael@crenshaw.dev>
Co-authored-by: Yuan Tang <terrytangyuan@gmail.com>
@alexec alexec merged commit a457da3 into argoproj:master Aug 2, 2021
@alexec alexec deleted the scale branch August 2, 2021 22:19
@sarabala1979 sarabala1979 mentioned this pull request Aug 11, 2021
28 tasks
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.

Document running at scale
3 participants