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

When running this, there's currently a lot of log spam about trying to update other credentials than the one configured. It should be possible to only enable certain clients. We...

I'd like to run this without updating any service accounts. `registry-creds` should just take care of creating and updating the secret resources, and not mutate any of the service accounts.

Update from unsupported Alpine 3.4 to keep vulnerability scanners happy

The replication controller was replaced with a deployment in 367950e

I have also reported this at https://github.com/kubernetes/minikube/issues/5753. Not sure if this is the right place to report. **The exact command to reproduce the issue**: ``` minikube start minikube addons configure...

i am running it in a on-prem k8s cluster. our only registry is on ecr. so i took out the gcr and dpr configs my deployment.yaml looks like: ``` apiVersion:...

Hi, Replication controller file is missing in Repo. Is there any change that requires to be done from our end ?

Is there a way to only enable a single registry? I'm using Amazon's ECR and I don't need any of the others. I get it working but I have extra...

Add instruction to configure minikube. Add instruction and example to automate this addon for local development.

I'm trying to setuo our private registry to work on minikube. After minikube is started I to configure registry-creds addon 1. `$ minikube addons configure registry-creds` ```bash Do you want...