extra_capacity requirements. To avoid this, you can use the APC API config, disableManageResourceQuotasAndLimitRanges set to true to disable passing extra_capacity.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Prevent Astro Private Cloud from managing Kubernetes resource quotas and limit ranges.
extra_capacity requirements. To avoid this, you can use the APC API config, disableManageResourceQuotasAndLimitRanges set to true to disable passing extra_capacity.
astronomer:
houston:
config:
deployments:
disableManageResourceQuotasAndLimitRanges: true
disableManageResourceQuotasAndLimitRanges: 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 setting disableManageResourceQuotasAndLimitRanges: true.Was this page helpful?