Skip to content

Commit fdb2af4

Browse files
DOC-854-ensure CPU and SSD headroom for GCP (#401)
* DOC-854-ensure CPU and SSD headroom for GCP * Update modules/get-started/partials/gpq-quotas.adoc Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update modules/get-started/partials/gpq-quotas.adoc --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent c325b9a commit fdb2af4

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

modules/get-started/pages/cluster-types/byoc/gcp/create-byoc-cluster-gcp.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ NOTE: With standard BYOC clusters, Redpanda manages security policies and resour
88

99
If your clients need to connect from different GCP regions than where your cluster will be deployed, you must enable global access during cluster creation using the Cloud API. To create a BYOC cluster with global access enabled, see xref:networking:byoc/gcp/enable-global-access.adoc[Enable Global Access].
1010

11+
== Prerequisites
12+
13+
include::partial$gpq-quotas.adoc[]
14+
1115
== Create a BYOC cluster
1216

1317
. Log in to https://cloud.redpanda.com[Redpanda Cloud^].

modules/get-started/pages/cluster-types/byoc/gcp/vpc-byo-gcp.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ If your clients need to connect from different GCP regions than where your clust
2121
* Only primary CIDR ranges are supported for the VPC.
2222
* Redpanda requires access to certain Google APIs, storage buckets, and service accounts. See <<Configure the service project>>.
2323

24+
include::partial$gpq-quotas.adoc[]
25+
2426
== Limitations
2527

2628
* Existing clusters cannot be moved to a BYOVPC cluster.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
=== GCP quotas
2+
3+
Ensure at least three nodes of headroom in the relevant GCP quotas in the same region as your cluster. During maintenance, Redpanda may temporarily create extra nodes. Quotas such as vCPUs per VM family (for example, N2D) and Local SSD total per VM family (quota key: `LOCAL_SSD_TOTAL_GB_PER_VM_FAMILY`) are listed for each tier on the *Create BYOC cluster* page in the Redpanda Cloud UI.
4+
5+
Headroom formulas:
6+
7+
* vCPU spare = `3 x (vCPUs per node)`
8+
* Local SSD spare (GB) = `3 x (Storage size per node in GB)`
9+
10+
For example, with per-node storage *1500 GB* (4 × 375 GB Local SSD) and instance type *n2d-standard-4* (4 vCPUs), keep *4500 GB* Local SSD and *12 vCPUs* of spare quota.

0 commit comments

Comments
 (0)