Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wildcards in the image pull secret does not work #127

Open
JonathanLachapelle opened this issue Jan 20, 2022 · 0 comments
Open

Wildcards in the image pull secret does not work #127

JonathanLachapelle opened this issue Jan 20, 2022 · 0 comments

Comments

@JonathanLachapelle
Copy link

When an image pull secret is created like so :

kubectl create secret docker-registry regcred --docker-server="*.registry.com" --docker-username=MY_USERNAME --docker-password="MY_PASSWORD" --docker-email="my_email"

The k8s-image-swapper is not able to copy the image from the registry to ECR.

Kubernetes is able to pull the image successful using a secret like that but k8s-image-swapper doesn't like it.

Any idea how to resolve this?

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant