Deployment volume empty dir
See if it's necessary to keep medium memory as an EmptyDir.
name: 'etc-gitlab-runner',
emptyDir: {
medium: 'Memory',
},
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
- Show closed items
Link issues together to show that they're related or that one is blocking others.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Sébastien Heurtematte changed milestone to %1.0.0-beta2
changed milestone to %1.0.0-beta2
- Sébastien Heurtematte added prioritymedium statetodo labels
added prioritymedium statetodo labels
- Author Maintainer
NOTE: https://kubernetes.io/docs/concepts/storage/volumes/
if you set the emptyDir.medium field to "Memory", Kubernetes mounts a tmpfs (RAM-backed filesystem) for you instead. While tmpfs is very fast, be aware that unlike disks, tmpfs is cleared on node reboot and any files you write count against your container's memory limit.
- Sébastien Heurtematte added statewip label and removed statetodo label
- Sébastien Heurtematte created branch
feat/empty_dir
to address this issuecreated branch
feat/empty_dir
to address this issue - Sébastien Heurtematte mentioned in merge request !3 (merged)
mentioned in merge request !3 (merged)
- Sébastien Heurtematte mentioned in commit 6aa74dab
mentioned in commit 6aa74dab
- Sébastien Heurtematte closed with merge request !3 (merged)
closed with merge request !3 (merged)
- Sébastien Heurtematte added statedone label and removed statewip label
- Sébastien Heurtematte added statewip label and removed statedone label
Please register or sign in to reply