glasskube / glasskube/operator

Add Ephemeral storage requests for Nextcloud deployments

Open
#475 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

apps/nextcloud
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.