kintoproj / kinto-core

API server to manage resources on Kubernetes.
https://www.kintohub.com
Apache License 2.0
5 stars 0 forks source link

`ImagePullSecret` in every namespace #3

Closed bakayolo closed 3 years ago

bakayolo commented 3 years ago

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 https://github.com/kintoproj/kinto-core/issues/2. Please sync up with @bappr before starting this.