Skip to content

Commit

Permalink
Update cluster size guidelines in docs
Browse files Browse the repository at this point in the history
(cherry picked from commit c7697e7)
  • Loading branch information
deliahu committed Jul 20, 2021
1 parent 21c656f commit a2e7cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/clusters/management/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ iam_policy_arns: ["arn:aws:iam::aws:policy/AmazonS3FullAccess"]
# primary CIDR block for the cluster's VPC
vpc_cidr: 192.168.0.0/16

# instance type for prometheus (use a larger instance for clusters exceeding 500 nodes)
# instance type for prometheus (use an instance with more memory for clusters exceeding 300 nodes or 300 pods)
prometheus_instance_type: "t3.medium"
```
Expand Down
2 changes: 1 addition & 1 deletion docs/clusters/management/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ node_groups:

### Considerations for large clusters

If you plan on scaling your Cortex cluster past 400 nodes or 800 pods, it is recommended to set `prometheus_instance_type` to a larger instance type. A good guideline is that a t3.medium instance can reliably handle 400 nodes and 800 pods.
If you plan on scaling your Cortex cluster past 300 nodes or 300 pods, it is recommended to set `prometheus_instance_type` to an instance type with more memory (the default is `t3.medium`, which has 4gb).

## API Spec

Expand Down

0 comments on commit a2e7cca

Please sign in to comment.