Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information