apache / apache/couchdb-docker

CouchDB on Kubernetes requires privileged access

Open
#274 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.