This message was deleted.
# general
a
This message was deleted.
b
What k8s distro? RKE1, RKE2 or k3s?
πŸ™Œ 1
Ahh I see one of the images is for klipper so this is k3s In that case - k3s uses containerd not docker so the docker command won't work. K3s has a couple of commands built in that can help such as
crictl
so instead of
docker image ls
use
k3s crictl image ls
πŸ™Œ 1
πŸŽ‰ 1
πŸ™ 1
c
@bulky-sunset-52084 Let me try and I let you know. Thank you.
@bulky-sunset-52084 Awesome it worked. thank you so much. Now i will just find remove command for this images.
πŸŽ‰ 1
πŸ™Œ 1