【发布时间】:2020-06-04 12:35:29
【问题描述】:
我曾无数次使用以下 CLI 命令创建 AKS。直到今天我都没有问题。
az aks create --resource-group rg --name ama --generate-ssh-keys --location southeastasia
--aad-server-app-id xxxxx-xxxxxx-xxx-xxx-xxxxxxxxx --aad-server-app-secret @xxx?=1[xxx:xxx:xxxx:xxxx
--aad-client-app-id xxxxx-xxx-xxx-xxx-xxx --client-secret xxxxx-xxx-xxx-xxxx-xxxxxxxx
--aad-tenant-id xxxx-xxxx-xxxx-xxxx-xxxx --service-principal xxxxx-xxxx-xxxx-xxxx-xxxxxxx
--node-count 3
今天,我收到以下错误。我尝试了两个不同的地区和两个不同的订阅。 但同样的错误。
Deployment failed. Correlation ID: a3aa4495-7669-4338-bc86-95b7d8b28f8f. Reconcile standard load balancer failed. Details: standardLoadBalancerReconciler retry failed:
Future#WaitForCompletion: the number of retries has been exceeded: StatusCode=502
-- Original Error: Code="InvalidGatewayHost" Message="Host name resolution failed
for 'Microsoft.Network'; cannot fulfill the request.".
有人经历过吗?
【问题讨论】:
-
我在尝试配置 AKS 群集时也遇到了同样的问题。我通过 Azure CLI、Az Powershell、门户网站和两个地区(西欧和北欧)进行了尝试。