Disable management of quotas and limitranges
Configure
disableManageResourceQuotasAndLimitRanges in the Astro Private Cloud UI under the data plane cluster configuration. Helm value overrides for this setting are no longer supported.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:
- Open the Astro Private Cloud UI.
- Go to the data plane cluster configuration.
- Set
disableManageResourceQuotasAndLimitRangestotrue:
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.