You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
MatthewHehir
added a commit
to MatthewHehir/kn-plugin-quickstart
that referenced
this issue
Dec 3, 2024
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 --registry flag.
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: