Overview
The Azure ACR add-on facilitates access to Azure ACR for managed Kubernetes clusters.Supported Providers
- All providers are supported
Prerequisites
- The Azure Workload Identity add-on must be enabled for your cluster.
How to Enable
You can enable the AWS ECR add-on for your Kubernetes cluster either during the cluster creation process or at any time afterwards. The following sections outline the methods for enabling the add-on:At Cluster Creation
Azure Provider Accessing Private ECR in the Same Account
-
Through Cluster Manifest: Add the following snippet to your cluster manifest when creating the cluster:
YAML
-
Using the Console: If you’re creating the cluster through the console, navigate to
Add-ons, find theAzure ACRadd-on in the list of available add-ons, and toggle it on.