Is there any way to see a list of images within my k3d registry? #1407
Unanswered
insanity54
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting started with k3d and learning how things work. So far, k3d registries feel like black boxes with no visibility to what's inside. After pushing an image to a k3d registry, I haven't found a way to verify that the image is in there.
My use case is a kubernetes cluster in a development environment. I'm using Skaffold and helm to automatically build and push images to a k3d registry, but I'm running into errors.
It looks like an image from my k3d registry can't be pulled. My initial thought for troubleshooting is to look inside the k3d registry to see if the image with that name is actually in there. However, I don't know of a way to look inside the k3d registry.
The only k3d registry commands I see in the docs are
create
,delete
, and,list
. List seems like it could be helpful, but all it does is display the registry name, not it's image contents.Are there any recommended approaches for this situation?
Beta Was this translation helpful? Give feedback.
All reactions