Closed wind57 closed 1 month ago
Why do we no longer need to call cleanup
?
this method is only used for our, spring-cloud images, and initially I thought that there are going to be so many integration tests that they will start eating up space, and we will need to cleanup. This was never the case, its actually in reverse, we try to lower the number of images we load via the refactoring work that was started.
In simpler words, this does the cleanup inside the K3S, but we do not need it at all. Besides that, it was never used in a consistent manner, some tests were using it, some not.
Is it saving a lot of time?
Tbh, no, not really. I just find it cleaner this way, we dont have to reason why that code is in place
@ryanjbaxter almost done with cleaning Commons, thank you.