samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
108 stars 24 forks source link

tests/centosci: Do not cache docker images to nodes #197

Closed anoopcs9 closed 2 years ago

anoopcs9 commented 2 years ago

Caching of images consume more space within root file system(/var/lib/minikube/images/) which results in HEALTHWARN state for Ceph cluster when available space(configured using dataDirHostPath as /data/rook/_) gets below the default threshold value of 30%. Therefore for the the time being we refrain from caching docker images.