Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Repository notes from upgrading off of aad-pod-identity #1524

Open
defenestration opened this issue Jun 15, 2023 · 0 comments
Open

Image Repository notes from upgrading off of aad-pod-identity #1524

defenestration opened this issue Jun 15, 2023 · 0 comments

Comments

@defenestration
Copy link

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant