apache / apache/couchdb-docker
CouchDB on Kubernetes requires privileged access
Open
- Dominant language
- Dockerfile
- Stars
- 290
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
CouchDB requires root (privileged) access on Kubernetes, which should be avoided.
## Expected Behavior
Deploying CouchDB with Helm without requiring privileged access
## Current Behavior
If CouchDB is deployed via Helm without modifications, the following error occurs:
`/docker-entrypoint.sh: line 89: /opt/couchdb/.erlang.cookie: Permission denied`
## Possible Solution
Write `.erlang.cookie` in the mounted volume `/opt/couchdb/data` or a dedicated one
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.