Skip to main content

Documentation Index

Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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 cannot adjust quotas or limitranges. If Commander runs with roles that do not 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, you can use the Houston config, disableManageResourceQuotasAndLimitRanges set to true to disable passing extra_capacity.
astronomer:
  houston:
    config:
      deployments:
        disableManageResourceQuotasAndLimitRanges: true
When settingdisableManageResourceQuotasAndLimitRanges: true, all Pods running in the APC application will be able to consume unlimited resources on the nodes that they are scheduled on, which can lead to cluster-wide instability. It is strongly advised that users manage their own resourceQuotas and limitRanges when settingdisableManageResourceQuotasAndLimitRanges: true.