registry
CTR cache
# list cached images by microk8s
microk8s ctr images ls
# or
microk8s.ctr images ls
# remove image from cache by its reference
microk8s ctr images rm my.registry.com/project:tag
# list cached images by microk8s
microk8s ctr images ls
# or
microk8s.ctr images ls
# remove image from cache by its reference
microk8s ctr images rm my.registry.com/project:tag