This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Automate imagePullSecrets for private images for flux #204
Labels
Comments
@jmspring We should look at automating granting access to ACR (or at least documenting how to do it) such that the cluster has access when it spins up. |
@samiyaakhtar do the instructions here help to unblock? Should be the same as what @jmspring linked. |
Yes, although this issue is related to flux having access to ACR, which is separate from AKS having access |
From more testing and quick discussion, we need to automate these on top of what we already have:
|
andrebriggs
changed the title
Investigate automating imagePullSecrets for private images for flux
Automate imagePullSecrets for private images for flux
Mar 20, 2019
Second checkbox should be a new item on the backlog :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, when we use a private image for Project Jackson, we see that flux is able to deploy the clusters, but since it doesn't have access to the image itself, it can't poll changes to the image. This step is necessary in order to automate ACR image triggers for the gitops pipeline.
The text was updated successfully, but these errors were encountered: