简体   繁体   English

没有使用 Azure 容器注册表 (ACR) 使用 ARM 模板创建 Azure AKS 集群的选项

[英]No option to Create Azure AKS cluster with Azure container registry (ACR) using ARM template

I want to create an Azure AKS cluster with Azure container registry integrated with it.我想创建一个 Azure AKS 集群,其中集成了 Azure 容器注册表。 I can create this manually using Azure portal.我可以使用 Azure 门户手动创建它。 However, I do not see any such option via ARM templates .但是,我没有通过ARM templates看到任何此类选项。

Is this integration not supported yet in ARM templates or have I missed it? ARM 模板中尚不支持此集成还是我错过了它? Kindly help me out.请帮帮我。

在此处输入图像描述

You could review the Azure generated ARM template with your desired configuration您可以使用所需的配置查看 Azure 生成的 ARM 模板

Scenario 1 - You're creating the AKS cluster 方案 1 - 您正在创建 AKS 群集
  1. At the Review + create section在评论 + 创建部分
  2. Click on Download a template for automation单击下载自动化模板
  3. It will display the generated template given your specific configurations它将根据您的特定配置显示生成的模板从 Az 门户创建 AKS
Scenario 2 - You already created the AKS cluster 方案 2 - 您已创建 AKS 群集
  1. Open the Resource Group where you deployed the AKS打开部署 AKS 的资源组
  2. Click on Deployments单击部署
  3. Select your specific Deployment (A new tab will open, click on Template) Select 您的特定部署(将打开一个新选项卡,单击模板) az 部署

In conclusion, you could use the portal to either initiate or deploy the AKS with your desired configurations.总之,您可以使用门户启动或部署具有所需配置的 AKS。 Thereafter, just check out the generated ARM template for guidance.此后,只需查看生成的 ARM 模板以获取指导。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure容器注册表(ACR)SKU - Azure Container Registry (ACR) SKUs 无需订阅所有者即可将 Azure Kubernetes 服务 (AKS) 附加到 Azure 容器注册表 (ACR) - Attach Azure Kubernetes Service (AKS) to Azure Container Registry (ACR) without being Subscription Owner 使用Azure ARM模板创建AKS群集并部署我的Kubernetes应用程序 - Use Azure ARM template to create an AKS cluster and deploy my Kubernetes application 无法在 Azure 云中为子网和 ACR 注册表创建具有角色分配写入的 AKS - Not able to create AKS with role assignment write for subnet and ACR registry in Azure Cloud Azure 容器注册表 (ACR) 运行与 Azure 容器实例 (ACI) 创建 - Azure Container Registry (ACR) Run vs Azure Container Instance (ACI) Create 如何通过 ARM 模板创建 Azure AKS 服务 - How to create an Azure AKS service through ARM Template 无法在 Azure 上创建 AKS 群集 - Unable to create AKS cluster on Azure 如何使用 yaml 模板创建 azure 容器注册表? - How to create azure container registry with yaml template? 如何使用ARM模板创建Azure Kubernetes服务(AKS) - How to Create Azure Kubernetes Service (AKS) using ARM Templates Azure 容器实例:在 ARM 模板中使用基于客户端证书的服务主体向私有 ACR 进行身份验证 - Azure Container Instances: authenticate to private ACR with client certificate based service principal in ARM template
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM