Skip to main content
Resource quotas define the maximum amount of CoreWeave resources, such as GPUs, that your organization can provision. This page shows you how to view your quotas in the Cloud Console, how to read quota errors when a Node Pool exceeds its quota, and how to request an increase when you need more capacity.

View quotas

To view your resource quotas, log in to your CoreWeave organization on the Cloud Console and go to the Quotas page. On this page, you can browse quotas or search for a specific one. Resource quotas

How quotas apply to instance types

Quotas apply per organization, per instance type, per compute class, per zone. Compute class is the Node Pool’s tier, either default or spot (preemptible), so a default Node Pool and a spot Node Pool of the same instance type and zone count against separate quotas. For example, in the same zone, gd-8xh100ib-i128 at default compute class and the same instance type at spot are tracked as two separate quotas with independent limits. CKS checks the quota every time targetNodes is set, whether you’re creating a new Node Pool or scaling an existing one. If a request exceeds the quota, CKS fills the Node Pool only up to the allowed amount and does not queue the remainder. To identify the instance types your organization uses, see GPU instances and CPU instances. To check which instance types are offered in each zone, see the Availability matrix. To check the quota status of a Node Pool, run kubectl get nodepool and read the QUOTA column, or run kubectl describe nodepool [NODE-POOL-NAME] and read the Quota condition. An Over status means the Node Pool’s targetNodes exceeds your organization’s quota for that instance type, compute class, and zone. For the full meaning of each status, see Node Pool conditions: Quota.

Quota errors

When a Node Pool’s targetNodes request reaches a quota limit, the Node Pool controller emits a Kubernetes event. The bottom of kubectl describe nodepool [NODE-POOL-NAME] lists recent events. For example:
Example output
The following events and condition status report quota problems. For the complete event schema, see the Node Pool reference: Events. For troubleshooting quota and capacity states together, see Node Pool status: Common capacity and quota states.

Request quota upgrades

Request quota upgrades through support. To request a quota upgrade, log in to your CoreWeave Freshdesk account and submit a support ticket.
Last modified on July 10, 2026