-
Notifications
You must be signed in to change notification settings - Fork 37
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
Local registry not working with tag -> digest resolution #467
Comments
Actually, it looks like I'd torn down and re-started the kind cluster and cleared the local registry in the process. The following patch seems to enable
|
evankanderson
added a commit
to evankanderson/kn-plugin-quickstart
that referenced
this issue
Nov 11, 2023
knative-prow-robot
pushed a commit
to knative-prow-robot/kn-plugin-quickstart
that referenced
this issue
Nov 14, 2023
knative-prow-robot
pushed a commit
to knative-prow-robot/kn-plugin-quickstart
that referenced
this issue
Nov 14, 2023
knative-prow bot
pushed a commit
that referenced
this issue
Nov 14, 2023
…ion as a workaround for #467 (#469) * Add localhost registry to the set avoiding tag resolution as a workaround for #467 * Update comment per suggestion by rhuss@ --------- Co-authored-by: Evan Anderson <[email protected]>
knative-prow bot
pushed a commit
that referenced
this issue
Nov 14, 2023
…ion as a workaround for #467 (#470) * Add localhost registry to the set avoiding tag resolution as a workaround for #467 * Update comment per suggestion by rhuss@ --------- Co-authored-by: Evan Anderson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm attempting to set up a cluster using
kn quickstart kind --registry
.I'm able to build and push to the registry, but when I try to use an image that I've pushed to my local registry on
localhost:5001
, I get:It appears that we could set
registries-skipping-tag-resolving
inconfig-deployment
to work around this, though I'm also seeing issues pulling the underlying images, and the Kind project has switched to a new set of configuration options: kubernetes-sigs/kind#2875The text was updated successfully, but these errors were encountered: