> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Disable management of quotas and limitranges

<Note>Configure `disableManageResourceQuotasAndLimitRanges` in the Astro Private Cloud UI under the data plane cluster configuration. Helm value overrides for this setting are no longer supported.</Note>

If you install Astro Private Cloud into an environment where administrators have enforced strict resource allocations, you might be restricted to a set of namespaces and can't adjust quotas or limitranges. If Commander runs with roles that don't include permissions to access cluster limitrange or quotas, it can result in Airflow deployment failures when Houston tries to pass `extra_capacity` requirements. To avoid this, set `disableManageResourceQuotasAndLimitRanges` to `true` in the Astro Private Cloud UI to disable passing `extra_capacity`.

To configure this setting:

1. Open the Astro Private Cloud UI.
2. Go to the data plane cluster configuration.
3. Set `disableManageResourceQuotasAndLimitRanges` to `true`:

```json wrap theme={null}
{
  "disableManageResourceQuotasAndLimitRanges": true
}
```

<Warning>When you set `disableManageResourceQuotasAndLimitRanges` to `true`, all Pods running in the APC application can consume unlimited resources on the nodes that they are scheduled on, which can lead to cluster-wide instability. Manage your own `resourceQuotas` and `limitRanges` when you enable this setting.</Warning>
