rancher / kim

In ur kubernetes, buildin ur imagez
Apache License 2.0
325 stars 19 forks source link

Kim images does not show all available images #54

Open rreinurm opened 3 years ago

rreinurm commented 3 years ago

Problem

Images pulled into kim nodes are not presented with command kim images:

IMAGE                            TAG                 IMAGE ID            SIZE
moby/buildkit                    v0.8.3              cf14c5e88c0eb       56.5MB
rancher/coredns-coredns          1.8.3               3885a5b7f138c       12.9MB
rancher/kim                      v0.1.0-alpha.12     1c2d3da734ed1       13MB
rancher/local-path-provisioner   v0.0.19             148c192562719       13.6MB
rancher/pause                    3.1                 da86e6ba6ca19       327kB

Workaround

Use command kim images --all

IMAGE                            TAG                 IMAGE ID            SIZE
debian                           latest              4a7a1f4017349       50.4MB
alpine                           latest              6dbb9cc540741       2.82MB
nginx                            alpine              a64a6e03b0551       9.83MB
...

However kim images --help describes: --all Show all images (default hides tag-less images)

mattfarina commented 3 years ago

I'm able to reproduce this same issue.