Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CouchDB on Kubernetes requires privileged access #274

Open
icrc-fdeniger opened this issue Dec 19, 2024 · 0 comments
Open

CouchDB on Kubernetes requires privileged access #274

icrc-fdeniger opened this issue Dec 19, 2024 · 0 comments

Comments

@icrc-fdeniger
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant