Skip to content

Commit

Permalink
Update docs/running-at-massive-scale.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yuan Tang <terrytangyuan@gmail.com>
  • Loading branch information
alexec and terrytangyuan authored Aug 2, 2021
1 parent ed647b6 commit 121729f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/running-at-massive-scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ too small. We recommend you test your cluster to make sure it can run the number
installing Argo. Create pods at the rate you expect that it'll be created in production. Make sure Kubernetes can keep
up with requests to delete pods at the same rate.

You'll need to to GC data quickly. The less data that Kubernetes and Argo deal with, the less work they need to do. Use
You'll need to GC data quickly. The less data that Kubernetes and Argo deal with, the less work they need to do. Use
pod GC and workflow GC to achieve this.

## Overwhelmed Kubernetes API
Expand All @@ -36,4 +36,3 @@ for 5m. You can reduce the number of records create by setting `DEFAULT_REQUEUE_
but will suit workflows where nodes run for over 1m.



0 comments on commit 121729f

Please sign in to comment.