我按照本指南在集群上安装应用服务扩展,连接的集群位于美国东部:
但是,当我运行az k8s-extension create
命令时
az k8s-extension create --resource-group AzureArcTest --name appservice-ext --cluster-type connectedClusters --cluster-name AzureArcTest1 --extension-type 'Microsoft.Web.Appservice' --release-train stable --auto-upgrade-minor-version true --scope cluster --release-namespace appservice-ns --configuration-settings "Microsoft.CustomLocation.ServiceAccount=default" --configuration-settings "appsNamespace=appservice-ns" --configuration-settings "clusterName=samplearccluster" --configuration-settings "keda.enabled=true" --configuration-settings "buildService.storageClassName=default" --configuration-settings "buildService.storageAccessMode=ReadWriteOnce" --configuration-settings "customConfigMap=appservice-ns/kube-environment-config"
我明白了
(ExtensionTypeRegistrationGetFailed) Extension type 'microsoft.web.appservice' is not supported in region eastus. Return to production document for 'microsoft.web.appservice' to find the list of supported regions.
但是美国东部在受支持的地区列表中。