azure - 无法在 Azure 上创建 AKS 群集

标签 azure azure-aks

我尝试创建 AKS 群集,但失败并在门户中显示以下消息

{
    "status": "Failed",
    "error": {
        "code": "ResourceDeploymentFailure",
        "message": "The resource operation completed with terminal provisioning state 'Failed'.",
        "details": [
            {
                "code": "ReconcileStandardLoadBalancerError",
                "message": "Reconcile standard load balancer failed. Details: standardLoadBalancerReconciler retry failed: Code=\"SubscriptionNotRegistered\" Message=\"Subscription xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx is not registered with NRP.\" Details=[]."
            }
        ]
    }
}

最佳答案

您必须进入“所有服务”->“订阅”->“资源提供者”

并注册它。

Microsoft.Kubernetes 已注册

关于azure - 无法在 Azure 上创建 AKS 群集,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59815802/

相关文章:

Azure Api 管理 - 尽 pipe 键和跟踪设置为 true,但跟踪不可用

c# - 迁移 : Modifying a column with the 'Identity' pattern is not supported. 列 : 'CreatedAt' . 时 CodeFirst Seed 中出现错误

azure - azure kubernetes 服务中的容器库存是什么

azure - 为什么 Azure 应用服务未在实例之间均匀分配流量?

azure - 通过 Azure DevOps Pipelines 部署 DACPAC 时出错

azure - 无法通过 AKS 上的 Azure 流量管理器和 Nginx Ingress 访问服务

azure - 为什么无法使用浏览器访问Azure aks服务外部IP?

azure - 检查 CI/CD 管道中 Kubernetes 部署是否成功

azure - Kubernetes 入口路由 - 星号 (*) 在入口路径规则中不起作用

image - 拉取镜像失败 "xx.azurecr.io/xx:latest": rpc error: code = Unknown desc = Error response from daemon: unauthorized: authentication required