You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/02/16 11:05:54 UTC

[GitHub] [couchdb-docker] sridharlreddy edited a comment on issue #204: Container exits with no log messages if configuration file is provided

sridharlreddy edited a comment on issue #204:
URL: https://github.com/apache/couchdb-docker/issues/204#issuecomment-1041370627


   Hi @wohali,
   
   I also tried the same to update the configuration by putting a new file in /opt/couchdb/etc/local.d/ through configmap from k8s. Container was crashing without any error message at all and could not figure what is the reason for container to fail. 
   I checked the helm chart on how it is handled there, it copies the file to target path via init container and that works.
   
   From your [comment](https://github.com/apache/couchdb-docker/issues/204#issuecomment-909929471) only last file loaded in config has to be writable by non-root. Is the last file decided based on alphabetical order? In that case mounting a file less than the name ```10-xxxx``` will solve the issue?
   
   Can we add some errors to indicate the reason in this case?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org