-
Notifications
You must be signed in to change notification settings - Fork 38
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
[feature request] Pulling images from remote registries #355
Comments
Possible Solutions
Eventually, I could see it making sense to add this to
|
this is a good guide to the problem and the current solution space - https://kind.sigs.k8s.io/docs/user/private-registries/ for my own projects, i usually use an image pull secret attached to the default service account in a namespace, which i've found is the most portable approach, e.g., https://github.com/tilt-dev/tilt-extensions/tree/master/secret#secret_create_docker_registry_ecr |
@nicks Agree these are the current best-supported paths. It just seems like there should be a fairly easy way to emulate the production EKS/GKE behavior such that |
heh, we have a rule around these parts where if you say it "should be fairly easy", that means you're signing up to implement it. : ) |
User Story
imagePullSecrets
) are required.imagePullSecrets
.The text was updated successfully, but these errors were encountered: