When the CRI-O container storage backend is used, loading images using `podman load` creates temporary files in /var/tmp. As /var/tmp is mounted as tmpfs, these temporary files rapidly consume the available memory and cause processes on the minikube VM to be OOM-killed. Instead, bind mount /var/tmp like we do with /var/log, which will write temporary files to disk instead of memory. |
||
---|---|---|
.. | ||
addons | ||
gvisor | ||
iso | ||
minikube | ||
storage-provisioner |