简体   繁体   English

使用 azure devops 创建 aks kubernetes 集群时出错:发送请求失败:StatusCode=400 -- 原始错误:Code="QuotaExceeded"

[英]error while creating aks kubernetes cluster using azure devops : Failure sending request: StatusCode=400 -- Original Error: Code="QuotaExceeded"

Trying to create a Kubernetes Cluster using Terraform and azurerm provider.尝试使用 Terraform 和 azurerm 提供程序创建 Kubernetes 集群。 But while doing that I am getting the below error:但是在这样做时,我收到以下错误:

Error: creating Managed Kubernetes Cluster "k8stest_dev" (Resource Group "kubernetes_dev"): containerservice.ManagedClustersClient#CreateOrUpdate: Failure sending request: StatusCode=400 --错误:创建托管 Kubernetes 集群“k8stest_dev”(资源组“kubernetes_dev”):containerservice.ManagedClustersClient#CreateOrUpdate:发送请求失败:StatusCode=400 --

Original Error: Code="QuotaExceeded" Message="Provisioning of resource(s) for container service k8stest_dev in resource group kubernetes_dev failed.原始错误:Code="QuotaExceeded" Message="资源组 kubernetes_dev 中容器服务 k8stest_dev 的资源配置失败。

Message: Operation could not be completed as it results in exceeding approved standardDSv3Family Cores quota.消息:操作无法完成,因为它导致超出批准的标准 DSv3 系列核心配额。 Additional details - Deployment Model: Resource Manager, Location: centralus, Current Limit: 4, Current Usage: 0, Additional Required: 6, (Minimum) New Limit Required: 6.其他详细信息 - 部署 Model:资源管理器,位置:centralus,当前限制:4,当前使用情况:0,需要额外:6,(最低)需要新限制:6。

Submit a request for Quota increase提交配额增加请求

The issue is that you are using standardDSv3 family and you have 4 cores available for that family in the region you are trying to deploy.问题是您使用的是standardDSv3系列,并且在您尝试部署的区域中有4 个可用于该系列的内核。

So, For solution, you will need to raise a quota request or t ry creating some other family vm's with less core .因此,对于解决方案,您将需要提出配额请求或尝试创建其他一些 core 较少的家庭 vm

Reference:参考:

You can refer this Microsoft Documentation to know about how to raise quota increase.您可以参考此Microsoft 文档以了解如何提高配额增加。

You can refer this Microsoft Documentation for the available VM Sizes.您可以参考此Microsoft 文档以了解可用的 VM 大小。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 发送请求失败:StatusCode=404——原始错误:Code="ArtifactNotFound" - Failure sending request: StatusCode=404 -- Original Error: Code="ArtifactNotFound" shares.Client#GetProperties: Failure sending request: StatusCode=0 -- 原始错误:超过上下文截止时间 - shares.Client#GetProperties: Failure sending request: StatusCode=0 -- Original Error: context deadline exceeded 在 Azure 上创建 Kubernetes 集群时出错 - 错误:“代码”:“PropertyChangeNotAllowed” - Error when creating Kubernetes cluster on Azure - error: "code": "PropertyChangeNotAllowed" 使用Azure DevOps Pipeline的AKS Kubernetes-头盔升级错误 - AKS Kubernetes with Azure DevOps Pipeline - helm upgrade error 使用 kubectl 在 AKS 集群中创建机密时出错 - Error in creating secret in AKS cluster using kubectl Azure AKS 错误:Kubernetes 集群无法访问拨号 tcp 没有这样的主机 443 - Azure AKS Error: Kubernetes cluster unreachable dial tcp no such host 443 在Azure中创建kubernetes集群时获取错误ControlPlaneProvisioningInternalError - Getting the error ControlPlaneProvisioningInternalError while creating the kubernetes cluster in Azure Azure部署:创建Web作业计划时出错(400错误请求) - Azure deployment: Error while creating webjob schedule (400 Bad Request) 通过 Azure ML SDK 扩展分离 AKS 群集时出错 - Error while detaching AKS cluster through Azure ML SDK extension 使用 Rest API 在 Azure Devops 中创建工作项时出错 - Error while creating Work Item in Azure Devops using Rest API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM