Skip to content

CouchDB on Kubernetes requires privileged access #274

Description

@icrc-fdeniger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions