Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.47 KB

File metadata and controls

47 lines (27 loc) · 1.47 KB

Update your AKS cluster to use your Azure Container Registry

aks/use-your-acr/README.md

Prerequisites

This example assumes you have previously completed the following examples:

  1. Create an Azure Resource Group
  2. Deploy an Azure Kubernetes Service cluster
  3. Create an Azure Container Registry

Update your AKS cluster to use your Azure Container Registry

To update your cluster to make it so it can access your Azure Container Registry you need to use the following command line.

  az aks update --name $AKS --resource-group $RESOURCE_GROUP --attach-acr $ACR_NAME

Cleanup

Do NOT forget to remove the resources once you are done running the example.

Next steps

Reference documentation

1m