minikube/deploy
Anshul Sirur 270756e93d Bind mount /var/tmp for Podman
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.
2020-04-17 09:53:04 +02:00
..
addons Do not run GPU plugin under priviledge mode 2020-03-23 00:44:43 +08:00
gvisor add ca certs to gvisor image 2020-02-19 15:49:56 -08:00
iso Bind mount /var/tmp for Podman 2020-04-17 09:53:04 +02:00
minikube Update releases.json to include v1.9.2 2020-04-04 14:05:19 -07:00
storage-provisioner Merge branch 'master' into f-fix-5144 2020-02-05 11:32:32 -08:00