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
Is your feature request related to a problem? Please describe.
We are taking advantages of cloud node permissions to access the different cloud registry.
Which mean that GKE can access GCR, EKS can access ECR and AKS can access ACR, etc.
But we are not able to use an external registry.
The workflow already use the secret to push images into the registry.
Therefore, it could also duplicate the image into the user namespace and add the imagePullSecrets into the deployment.
Additional context
Might depend on #2.
Please sync up with @bappr before starting this.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We are taking advantages of cloud node permissions to access the different cloud registry.
Which mean that GKE can access GCR, EKS can access ECR and AKS can access ACR, etc.
But we are not able to use an external registry.
External links:
Describe the solution you'd like
The workflow already use the secret to push images into the registry.
Therefore, it could also duplicate the image into the user namespace and add the
imagePullSecrets
into the deployment.Additional context
Might depend on #2.
Please sync up with @bappr before starting this.
The text was updated successfully, but these errors were encountered: