[PR #1040] [MERGED] docs(kubernetes): add tmp volume #942

Closed
opened 2026-02-25 23:35:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/1040
Author: @hackeryarn
Created: 12/28/2024
Status: Merged
Merged: 12/31/2024
Merged by: @fmartingr

Base: masterHead: kubernetes-tmp-volume


📝 Commits (1)

  • d8a1e4f docs(kubernetes): add tmp volume

📊 Changes

1 file changed (+9 additions, -1 deletions)

View changed files

📝 docs/Installation.md (+9 -1)

📄 Description

When trying to generate ebooks in a kubernetes hosted instance, I noticed a failure due to permissions in /tmp.

The best way to make sure that /tmp acts as expected, is to provide an emptyDir volume which will get cleaned up on container restart, which would be the expected behavior for a /tmp folder.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-shiori/shiori/pull/1040 **Author:** [@hackeryarn](https://github.com/hackeryarn) **Created:** 12/28/2024 **Status:** ✅ Merged **Merged:** 12/31/2024 **Merged by:** [@fmartingr](https://github.com/fmartingr) **Base:** `master` ← **Head:** `kubernetes-tmp-volume` --- ### 📝 Commits (1) - [`d8a1e4f`](https://github.com/go-shiori/shiori/commit/d8a1e4fc01743c211bf9fb0407ff730684cb6034) docs(kubernetes): add tmp volume ### 📊 Changes **1 file changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/Installation.md` (+9 -1) </details> ### 📄 Description When trying to generate ebooks in a kubernetes hosted instance, I noticed a failure due to permissions in `/tmp`. The best way to make sure that `/tmp` acts as expected, is to provide an `emptyDir` volume which will get cleaned up on container restart, which would be the expected behavior for a `/tmp` folder. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#942
No description provided.