mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
72 lines
2.9 KiB
Plaintext
72 lines
2.9 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * osd_planning/gcp-ccs.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="gcp-limits_{context}"]
|
|
= {gcp-short} account limits
|
|
|
|
The {product-title} cluster uses a number of {gcp-first} components, but the default link:https://cloud.google.com/docs/quota[quotas] do not affect your ability to install an {product-title} cluster.
|
|
|
|
A standard {product-title} cluster uses the following resources. Note that some resources are required only during the bootstrap process and are removed after the cluster deploys.
|
|
|
|
[NOTE]
|
|
====
|
|
3 subnets are required to deploy a private cluster with Private Service Connect (PSC). These subnets are a control plane subnet, a worker subnet, and a subnet used for the PSC service attachment with the purpose set to Private Service Connect.
|
|
|
|
48 vCPUs for a default multi-AZ {product-title} cluster consists of 3 compute nodes (4 vCPUs each, one per availability zone), 3 infra nodes (4 vCPU each), and 3 control plane nodes (8 vCPU each).
|
|
|
|
40 vCPUs for a default single-AZ {product-title} cluster consists of 2 compute nodes (4 vCPUs each), 2 infra nodes (4 vCPU each) and 3 control plane nodes (8 vCPU each).
|
|
====
|
|
|
|
.{gcp-short} resources used in a default cluster
|
|
|
|
[cols="2a,2a,2a,2a,2a",options="header"]
|
|
|===
|
|
|Service
|
|
|Component
|
|
|Location
|
|
|Total resources required
|
|
|Resources removed after bootstrap
|
|
|
|
|
|
|Service account |IAM |Global |10 |0
|
|
|Firewall Rules |Compute |Global |11 |1
|
|
|Forwarding Rules |Compute |Global |2 |0
|
|
|In-use global IP addresses |Compute |Global |4 |1
|
|
|Health checks |Compute |Global |3 |0
|
|
|Images |Compute |Global |1 |0
|
|
|Networks |Compute |Global |2 |0
|
|
|Static IP addresses |Compute |Region |4 |1
|
|
|Routers |Compute |Global |1 |0
|
|
|Routes |Compute |Global |2 |0
|
|
|Subnetworks |Compute |Global |3 |0
|
|
|Target Pools |Compute |Global |3 |0
|
|
|CPUs |Compute |Region |48 |4
|
|
|Persistent Disk SSD (GB) |Compute |Region |1060 |128
|
|
|
|
|===
|
|
|
|
[NOTE]
|
|
====
|
|
If any of the quotas are insufficient during installation, the installation program displays an error that states both which quota was exceeded and the region.
|
|
====
|
|
|
|
Be sure to consider your actual cluster size, planned cluster growth, and any usage from other clusters that are associated with your account. The CPU, Static IP addresses, and Persistent Disk SSD (Storage) quotas are the ones that are most likely to be insufficient.
|
|
|
|
If you plan to deploy your cluster in one of the following regions, you will exceed the maximum storage quota and are likely to exceed the CPU quota limit:
|
|
|
|
* asia-east2
|
|
* asia-northeast2
|
|
* asia-south1
|
|
* australia-southeast1
|
|
* europe-north1
|
|
* europe-west2
|
|
* europe-west3
|
|
* europe-west6
|
|
* northamerica-northeast1
|
|
* southamerica-east1
|
|
* us-west2
|
|
|
|
You can increase resource quotas from the link:https://console.cloud.google.com/iam-admin/quotas[{gcp-short} console], but you might need to file a support ticket. Be sure to plan your cluster size early so that you can allow time to resolve the support ticket before you install your {product-title} cluster.
|