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
{{ message }}
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
We're migrating from one private registry to another and need to pull images from both during the transition. It seems like we'll be able to just deploy the image pull secret patcher twice, so there is one dedicated to each secret. Is this reasonable or we may face some problems?
The text was updated successfully, but these errors were encountered:
As for issues with deploying it twice, as long as you give them different names with the flag secretname, it should work.
You will have to specify the pullsecret on each deployment though, because the patcher will set the secret as the default secret in the service account in each namespace, if run two instances, they absolutely will overwrite each other.
It is my understanding that when you create a new namespace, the patcher will detect it and do its thing, which one of the patchers will get there last, will determine the default secret, so that's not reliable.
We're running the two deployments and they are working together without conflict. Seems like it's appending the secret to the list of imagePullSecrets for the default service account instead of overwriting that list, so we're good!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We're migrating from one private registry to another and need to pull images from both during the transition. It seems like we'll be able to just deploy the image pull secret patcher twice, so there is one dedicated to each secret. Is this reasonable or we may face some problems?
The text was updated successfully, but these errors were encountered: