Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8s: Add VolumeMount for Temp Folder #13

Merged
merged 2 commits into from
Aug 17, 2022
Merged

Conversation

raynigon
Copy link
Owner

@raynigon raynigon commented Aug 17, 2022

The Pod needs to write into /tmp, but since the root file system is read only, this does not work.
We need to mount an emptyDir volume in every pod at /tmp.

@raynigon raynigon added the bug Something isn't working label Aug 17, 2022
@raynigon raynigon marked this pull request as ready for review August 17, 2022 14:06
@raynigon raynigon merged commit fef68c2 into main Aug 17, 2022
@raynigon raynigon deleted the bugfix/k8s/tmp-folder-for-pods branch August 17, 2022 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant