通过 CLI 创建 AKS 失败:协调标准负载均衡器失败
AKS creation through CLI fails: Reconcile standard load balancer failed
我无数次使用以下 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.".
有没有人经历过/经历过这个?
Azure 存在影响资源创建的问题:
Starting at 08:45 UTC on 04 Jun 2020, a subset of customers may experience issues with >resource creation for services that depend on the Azure Resource Manager (ARM) platform.
We have determined that ARM functionality is being impacted by an underlying Networking >issue, and this manifests as latency or failures when creating resources for some >services. We are actively working to troubleshoot this, and the next update will be >provided in 60 minutes, or as events warrant.
https://status.azure.com/en-us/status
又见这个问题:
InvalidGatewayHost host name resolution failed for Microsoft.network
我无数次使用以下 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.".
有没有人经历过/经历过这个?
Azure 存在影响资源创建的问题:
Starting at 08:45 UTC on 04 Jun 2020, a subset of customers may experience issues with >resource creation for services that depend on the Azure Resource Manager (ARM) platform.
We have determined that ARM functionality is being impacted by an underlying Networking >issue, and this manifests as latency or failures when creating resources for some >services. We are actively working to troubleshoot this, and the next update will be >provided in 60 minutes, or as events warrant.
https://status.azure.com/en-us/status
又见这个问题:
InvalidGatewayHost host name resolution failed for Microsoft.network