Skip to content

Commit a2e7cca

Browse files
committed
Update cluster size guidelines in docs
(cherry picked from commit c7697e7)
1 parent 21c656f commit a2e7cca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/clusters/management/create.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ iam_policy_arns: ["arn:aws:iam::aws:policy/AmazonS3FullAccess"]
9393
# primary CIDR block for the cluster's VPC
9494
vpc_cidr: 192.168.0.0/16
9595

96-
# instance type for prometheus (use a larger instance for clusters exceeding 500 nodes)
96+
# instance type for prometheus (use an instance with more memory for clusters exceeding 300 nodes or 300 pods)
9797
prometheus_instance_type: "t3.medium"
9898
```
9999

docs/clusters/management/production.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ node_groups:
6666

6767
### Considerations for large clusters
6868

69-
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.
69+
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).
7070

7171
## API Spec
7272

0 commit comments

Comments
 (0)