You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a few things upgrading from aad-pod-identity:
If you are trying to connect to AzureContainerRegistry (ACR) repo, using (or had unspecified) in ImageRepository CRDs spec.provider: generic, you need to use --azure-autologin-for-acr in the args in the image-reflector-controller deployment's container.
If you switch the ImageRepository to spec.provider: azure, then you do not need that flag.
I also noticed the -azure-autologin-for-acr flag is depreciated but it is not documented here. My plan is to use it until I can update all our ImageRepository objects.
I think the upgrade path should be noted, since aad-pod-identity is due to be unsupported in September and users will be migrating off it.
The text was updated successfully, but these errors were encountered:
https://fluxcd.io/flux/components/image/imagerepositories/#kubelet-identity
I noticed a few things upgrading from aad-pod-identity:
If you are trying to connect to AzureContainerRegistry (ACR) repo, using (or had unspecified) in ImageRepository CRDs
spec.provider: generic
, you need to use--azure-autologin-for-acr
in theargs
in the image-reflector-controller deployment's container.If you switch the ImageRepository to
spec.provider: azure
, then you do not need that flag.I also noticed the
-azure-autologin-for-acr
flag is depreciated but it is not documented here. My plan is to use it until I can update all our ImageRepository objects.I think the upgrade path should be noted, since aad-pod-identity is due to be unsupported in September and users will be migrating off it.
The text was updated successfully, but these errors were encountered: