簡體   English   中英

無法在 Azure 上創建 AKS 群集

[英]Unable to create AKS cluster on Azure

我正在嘗試創建 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 注冊

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM