Skip to main content

Overview

The Azure ACR add-on facilitates access to Azure ACR for managed Kubernetes clusters.

Supported Providers

  • All providers are supported

Prerequisites

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
    spec:
      ...
      addOns:
        azureACR: {}
      ...
    
  • Using the Console: If you’re creating the cluster through the console, navigate to Add-ons, find the Azure ACR add-on in the list of available add-ons, and toggle it on.

After Cluster Creation

If the AWS ECR add-on was not enabled during the cluster creation, you can still enable it using the following methods: