Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #137 Remove unused images from container storage
As part of CRC we disable some of operators like (monitoring/machine-config ..etc.) but the images are always present on the node since there is no knob on installer side right now to disable those operators from starting (iirc.) Now overall disk size is increases, till 4.2 our final disk size was around 2GB but with 4.3 it is increasing around 3GB and that is because all the other images are added as part of CVO payload. `crictl images` will list all images, even the one being used, but crictl rmi will only be able to remove the unused images, and will error out on the other images. crictl version used in the RHCOS is `0.1.0` which doesn't have fix for kubernetes-sigs/cri-tools#399 one yet so using kubernetes-sigs/cri-tools#399 (comment) as workaround.
- Loading branch information