Reylak commented on issue #673:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/673#issuecomment-1275350164

   It seems that the "bug" is also to use Python 2: OpenWhisk uses a Docker 
image of CouchDB 2.3.1, that is based on Debian Buster (slim) where the only 
variant of Python is Python 2...
   
   I won't try to run OpenWhisk with CouchDB 3 because I have no idea what that 
whould imply.
   
   However, it means another valid workaround is to "fix" the environment where 
Ansible run (i.e., the CouchDB container when initializing the DB) by adding 
`ulimit -n 4096` to the init script at 
"helm/openwhisk/configMapFiles/initCouchDB/initdb.sh". Tested and approved on 
roughly up-to-date Arch Linux.
   
   Do you think this could be a valid fix to this problem, that could be 
merged? As a way to deal with a wart from the obsolete Python 2. I find it 
cleaner, clearer, and easier to implement than to patch some Ansible plugin 
file.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to