registry-creds icon indicating copy to clipboard operation
registry-creds copied to clipboard

Allow for AWS ECR, Google Registry, & Azure Container Registry credentials to be refreshed inside your Kubernetes cluster via ImagePullSecrets

Results 43 registry-creds issues
Sort by recently updated
recently updated
newest added

Any idea why would this happen? Seems like the Go app can't list the namespaces. What can I do in this case? It is configured for AWS ECR the same...

When you want to test it in a k8s cluster you will need this files, otherwise the app will fail missing permissions

Introduce a helm chart with the tool. This will ease users in using registry-creds.

This requires a service account that can get/list/watch namespaces, create/update secrets, and update service accounts. The k8s yml files in the repo should include this.

Introduces two new arguments * `--include-namespaces`: a subset of namespaces to process, if empty processes all namespaces. * `--exclude-namespaces`: a subset of namespaces to exclude from processing. In this implementation...

Hello, I moved the project to go module because we use it in my enterprise. Bumped some librairies. Also I reworked the Informer because the one used was not really...

For anyone interested who wants to use this with Kubernetes 1.6.2 and RBAC enabled using a `Deployment` instead of `ReplicaSet` for pulling images from AWS ECR, see the following snippet:...

Thanks for putting this repository together, we have been using it extensively and came across a use case for which we need to whitelist a few namespaces. Here I propose...

Is there anyway to add a blacklist (or a whitelist) of namespaces that we want to allow the credentials to be synced to? For example, secrets are also being synced...

Hi, I'm running this on AKS and it works perfectly for a day. After that it will silently fail and when I view the pod-log I see a continuous list...