-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can't pull images from local registry #555
Comments
Thanks for opening the issue. Do you know if this is something impacting all local registry use, or is it something specific when using Camel-K? |
As I understand it, this should impact all local registry use*. The issue is the kind can't pull from the local registry without either A) certificate configuration, or B) telling it that the local registry uses HTTP and that we should skip TLS verification. *where the user is using the registry set up via the |
This issue is stale because it has been open for 90 days with no |
Apologies for the delay and the confusion (closing and reopening the PR). I had a secondary account and have reopened the PR under my primary account and deleted the secondary. The CLA requirement is now complete (which is what I believe you were waiting for me to do). |
/reopen |
We're missing configuration from the
/etc/containerd/config.toml
to allow kind to pull images from the local registry spun up by--registry
.I'll open a PR to add the configuration as part of the
containerdConfigPatches
inkind.go
.The required configuration is:
This configuration is required, e.g., for Apache Camel-K to be used with
kn quickstart
. Without this configuration, no images can be pulled from the local registry.The text was updated successfully, but these errors were encountered: