glasskube / glasskube/operator
Add Ephemeral storage requests for Nextcloud deployments
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 366
- Forks
- 28
- Avg merge
- 7h 24m
- Merged PRs (30d)
- 9
Description
Nextcloud seems to write some data into ephemeral storage which is limited by default and exits with following error message:
The node had condition: [DiskPressure].
TerminationByKubelet
The node was low on resource: ephemeral-storage. Threshold quantity: 3092673454, available: 2776124Ki. Container nextcloud was using 1600936Ki, request is 0, has larger consumption of ephemeral-storage. Container nginx was using 1632Ki, request is 0, has larger consumption of ephemeral-storage.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with the Nextcloud deployment configuration and the reported DiskPressure and ephemeral-storage message. Identify where the Nextcloud and nginx containers are defined, then verify that ephemeral-storage requests are configured for the affected deployment and that the reported zero-request condition is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100