Azure

Azure Kubernetes 上的集群創建超出限制,在哪裡清理?

  • August 3, 2021

我通過完全刪除資源組來刪除舊集群。但是當我嘗試創建一個新集群時,由於超出限制,我收到錯誤消息。

正如您在下面的錯誤中看到的那樣。

{“code”:“InvalidTemplateDeployment”,“message”:“根據驗證程序,模板部署 ‘microsoft.aks-20210803135741’ 無效。跟踪 ID 為 ‘979df053-50fa-4201-9643-5f3029e0b43d’。請參閱詳細資訊的內部錯誤。”,“詳細資訊”:

$$ {“code”:“QuotaExceeded”,“message”:“Provisioning of resource(s) for container service testingdelete in resource group testingdelete failed. Message: {\n “code”: “QuotaExceeded”,\n “message”: “Provisioning of resource(s) for container service testingdelete in resource group testingdelete 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: 10, Additional Required: 6, (Minimum) New Limit Required: 16. Submit a request for Quota increase at https://aka.ms/ProdportalCRP/?#create/Microsoft.Support/Parameters/%7B%22subId%22:******************************************************************************************************************************** by specifying parameters listed in the ‘Details’ section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests.. Details: “\n }. Details: “} $$}

如何清理留下的舊細節?

如果您已刪除資源組,並且已完成 OK,那麼這不應該使用您的核心配額。如果您的子系統中沒有其他內容使用核心配額,那麼您需要提出支持票來解決該問題。

但是,最簡單的解決方案就是提高配額。您可以通過提出“服務和訂閱限制”支持請求(它是免費的)並指明您需要增加的配額來做到這一點。通常這在幾分鐘內完成。

引用自:https://serverfault.com/questions/1073377