Redis Support - Can't chdir to '/data': Permission denied; add `redis.volumePermissions` to docs/values.yaml
Open
Nobody has claimed this yet.
1. to develop
caching
documentation
good first issue
- Dominant language
- Go Template
- Stars
- 534
- Forks
- 314
- Avg merge
- 42m
- Merged PRs (30d)
- 1
Description
After installing nextcloud-helm from scratch, I get the following error:
$ nextcloud git:(main) ✗ kubectl -n nextcloud logs pod/cloud-kerick-net-redis-master-0
redis 12:40:19.46 INFO ==> ** Starting Redis **
1:C 12 Sep 2021 12:40:19.467 # Can't chdir to '/data': Permission denied
Additional Info:
$ nextcloud git:(main) ✗ kubectl get nodes
NAME STATUS ROLES AGE VERSION
thinkpad Ready control-plane,master 14d v1.21.3+k3s1
...
redis:
enabled: true
usePassword: false
password: 'changeme'
...
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
Start with docs/values.yaml and the Redis settings associated with the reported '/data' permission error. Document the redis.volumePermissions option and verify that the values file clearly exposes the setting needed for a fresh Kubernetes installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes, redis
- Domain
- databases, devops
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100