-
Notifications
You must be signed in to change notification settings - Fork 624
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
nerdctl show and delete cri images #3730
Comments
Nerdctl do not implement the cri interface. IMO it should be done through cri otherwise I'm afraid it could Conflicts with the cri operations |
nerdctl may call cri interface like crictl to manage k8s images. |
I am not sure that's the target |
Maybe not ,crictl doesn't care about containerd config. we should not care about containerd config. |
later we can nerdctl cri pods , nerdctl cri images. to manage cri resources just use one binary. what do you think ? @AkihiroSuda |
What is the problem you're trying to solve
nerdctl can't delete k8s image
Describe the solution you'd like
use nerdctl cri images list images
use nerdctl cri rmi delete images
Additional context
nerdctl 1.7
The text was updated successfully, but these errors were encountered: