AKS ChartPullError from ACR #3015
Romer Ventura (romerve)
started this conversation in
General
Replies: 1 comment 1 reply
|
To clarify, Romer Ventura (@romerve) , you have enabled AKS chart to have an attached ACR integration and this is not working as expected as shown here? https://docs.microsoft.com/en-us/azure/aks/cluster-container-registry-integration?tabs=azure-cli |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm having some issues with fluxcd configs using az k8s-configuration flux or the Azure Portal is unable to pull charts stored in an attached Azure Container Registry. The flux configuration is in a namespace other than flux-system, and when pulling the chart it generated a ChartPullError with the following messsage:
Az aks check-acr shows all is good and able to pull images, and issuing helm install succeeds and application works.
The only way i can get this to work it's to create a docker-registry secret in the namespace and reference it in the HelmRepository definition:
So the question is: Should entire cluster, regardless of namespace, be able to pull charts from attached ACRs? I would expect that since it is attached, i should be able to pull images and charts without additional configuration..
All reactions