Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quota issue #377

Open
pcgeek86 opened this issue May 10, 2023 · 2 comments
Open

Quota issue #377

pcgeek86 opened this issue May 10, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@pcgeek86
Copy link
Contributor

{"code": "InvalidTemplateDeployment", "message": "The template deployment 'cluster-stamp' is not valid according to the validation procedure. The tracking id is 'ab597510-5dcb-4007-beb7-e762315f0f50'. See inner errors for details."}

Inner Errors:
{"code": "QuotaExceeded", "message": "Provisioning of resource(s) for container service aks-53yrpapt3w4e6 in resource group rg-bu0001a0008 failed. Message: Provisioning of resource(s) for container service aks-53yrpapt3w4e6 in resource group rg-bu0001a0008 failed. Message: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: eastus2, Current Limit: 10, Current Usage: 0, Additional Required: 14, (Minimum) New Limit Required: 14.

How am I supposed to use this solution immediately, without having to request and wait for a quota increase?

@ckittel
Copy link
Member

ckittel commented May 11, 2023

Sorry to hear you have limited quota in your subscription. We have toyed with the idea of building a query that you execute up front to try to test if you have enough quota, to help ward off any surprises like this. It would then be part of the pre-reqs to make sure you have enough quota to complete the steps.

For example, we do know that free/MSDN/etc style accounts usually have quota limits that do not work with this deployment, and as a result we call that out explicitly in the pre-reqs.

If you'd like to contribute by building out that query, that would be awesome. It doesn't even need to be ALL resources to start. Any checks are better than none probably. I'll leave this in the backlog as a "good first issue" -- but I don't think we'll be taking this on directly on our team.

@ckittel ckittel added enhancement New feature or request good first issue Good for newcomers labels May 11, 2023
@michaelrsee
Copy link

I ran into the same quota issue in both my personal and work Azure subscriptions. I have a copy of the azure cli commands we ran to check quota limits for the target sizes in my work notes. This might be a good candidate for me to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants