We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 requires root (privileged) access on Kubernetes, which should be avoided.
Deploying CouchDB with Helm without requiring privileged access
If CouchDB is deployed via Helm without modifications, the following error occurs:
/docker-entrypoint.sh: line 89: /opt/couchdb/.erlang.cookie: Permission denied
Write .erlang.cookie in the mounted volume /opt/couchdb/data or a dedicated one
.erlang.cookie
/opt/couchdb/data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 oneThe text was updated successfully, but these errors were encountered: