You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/04/26 06:09:44 UTC

[GitHub] [openwhisk-deploy-kube] satwikk commented on issue #678: couchdb not available

satwikk commented on issue #678:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/678#issuecomment-826534117


   Strange how this is an issue for `openwhisk` namespace only. We faced this issue and found out that `init-db` job could not connect to `couchdb.openshisk.svc.cluster.local`, and `curl http://couchdb.openshisk.svc.cluster.local:5984` timedout when run from another pod like `wskadm`. We could resolve the dns properly, but connections to couchdb failed. If we deploy openwhisk using [helm charts](https://github.com/apache/openwhisk-deploy-kube#initial-setup) on kubernetes (own setup on VMs) it requires other services like dynamic volumes (which we provide using rook or NFS), and those services do not face issue with service communication. I guess we need to look into this deeper, as replacing weave with calico might not always be the option.


-- 
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.

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