Default quota
By default, each CKS cluster has a maximum DFS quota of 10 TiB. This is the total provisioned capacity across all DFS PVCs in that cluster.
You can monitor your DFS storage usage and quotas per cluster in the DFS Usage dashboard in Grafana.
How quotas affect PVCs
You can create and resize DFS-backed PVCs as long as the sum of provisioned DFS capacity in a cluster remains within that cluster’s quota. If a request to create or resize a PVC would exceed the quota, the request fails with an error instead of over-provisioning the cluster.Request a quota increase
If your workloads require more storage than your current quota allows, contact CoreWeave support to request an increase before DFS blocks PVC creation. To request a quota increase, contact CoreWeave support and include:- Your organization name and Org ID, found in the Settings page.
- The region and zone.
- The affected CKS cluster names.
- The requested DFS quota (TiB) for each cluster.
- Optional: a brief description of the workloads and expected storage growth (for example, new clusters or changes over the next 30 to 90 days).
Storage capacity alerts
CoreWeave DFS sends alerts when your provisioned storage approaches or is projected to exceed your cluster quota, giving you time to act before DFS blocks PVC creation.
When multiple alerts fire at the same time for the same cluster and zone, only the highest-severity alert fires and DFS suppresses the others. Each notification covers a single cluster in a single zone, so multiple clusters or zones approaching the limit produce separate notifications.
To set up Slack or webhook delivery, see CoreWeave Alerts.
PromQL for custom monitoring
If you want to extend monitoring beyond the built-in alerts, you can use the following PromQL expressions against your Grafana datasource to build your own dashboards or alerting rules.Current provisioned storage as a percentage of quota
Projected provisioned storage in 7 days as a percentage of quota
The following example usesavg_over_time over a 7-day window sampled hourly, which matches the projection method used by the DFSQuotaProjectedNearLimit and DFSQuotaProjectedLimit alerts: