Skip to content

Commit 671c732

Browse files
Merge pull request #219063 from CocoWang-wql/patch-24
Update cluster-container-registry-integration.md
2 parents 5947dee + 57bdaaa commit 671c732

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/aks/cluster-container-registry-integration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ You need to establish an authentication mechanism when using [Azure Container Re
1414

1515
You can set up the AKS to ACR integration using the Azure CLI or Azure PowerShell. The AKS to ACR integration assigns the [**AcrPull** role][acr-pull] to the [Azure Active Directory (Azure AD) **managed identity**][aad-identity] associated with your AKS cluster.
1616

17+
> [!IMPORTANT]
18+
> There is a latency issue with Azure Active Directory groups when attaching ACR. If the AcrPull role is granted to an Azure AD group and the kubelet identity is added to the group to complete the RBAC configuration, there might be up to a one-hour delay before the RBAC group takes effect. We recommended you to use the [Bring your own kubelet identity][byo-kubelet-identity] as a workaround. You can pre-create a user-assigned identity, add it to the Azure AD group, then use the identity as the kubelet identity to create an AKS cluster. This ensures the identity is added to the Azure AD group before a token is generated by kubelet, which avoids the latency issue.
19+
1720
> [!NOTE]
1821
> This article covers automatic authentication between AKS and ACR. If you need to pull an image from a private external registry, use an [image pull secret][image-pull-secret].
1922
@@ -258,3 +261,4 @@ nginx0-deployment-669dfc4d4b-xdpd6 1/1 Running 0 20s
258261
[ps-detach]: /powershell/module/az.aks/set-azakscluster#-acrnametodetach
259262
[cli-param]: /cli/azure/aks#az-aks-update-optional-parameters
260263
[ps-attach]: /powershell/module/az.aks/set-azakscluster#-acrnametoattach
264+
[byo-kubelet-identity]: use-managed-identity.md#use-a-pre-created-kubelet-managed-identity

0 commit comments

Comments
 (0)